Skip to content

Commit

Permalink
add background-color
Browse files Browse the repository at this point in the history
  • Loading branch information
karsonkalt committed Jun 24, 2024
1 parent 6224d3d commit 1fb1f8b
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 69 deletions.
15 changes: 4 additions & 11 deletions _sass/custom-styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ pre.terminal {

.unread-badge {
background-color: #b81a1a;
border: 2px solid black;
border-radius: 100%;
height: 8px;
width: 8px;
Expand Down Expand Up @@ -216,12 +215,7 @@ a .domain {
margin: 0;
list-style: none;
margin-bottom: 16px;
border-bottom: 1px solid #363636;
position: sticky;
top: 0;
background-color: #000000;
z-index: 100;
box-shadow: 0px 10px 20px 8px rgba(0, 0, 0, 0.6);
border-bottom: 1px solid #7878784f;
}

@keyframes fadeInRight {
Expand All @@ -237,7 +231,7 @@ a .domain {

[role="tab"] {
all: unset;
background: transparent;
bottom: -1px;
cursor: pointer;
border: none;
font-size: 1em;
Expand Down Expand Up @@ -375,7 +369,7 @@ nav > a {
&:hover {
color: #ffffff !important;
text-decoration: none;
background-color: #141414;
background-color: #3f3f3f69;
}

&::after {
Expand All @@ -386,8 +380,6 @@ nav > a {
transform: translateY(-50%);
transform-origin: left;
padding: 8px;
background-color: #141414;
box-shadow: 0 0 5px 5px #141414;
opacity: 0;
}

Expand All @@ -406,6 +398,7 @@ article {
padding-bottom: 80px;
overflow-y: scroll;
overflow-x: hidden;
min-height: 100vh;
}

img {
Expand Down
Loading

0 comments on commit 1fb1f8b

Please sign in to comment.