diff options
Diffstat (limited to 'style.scss')
| -rw-r--r-- | style.scss | 24 |
1 files changed, 12 insertions, 12 deletions
@@ -91,7 +91,7 @@ h1 { h1, h2, h3, h4 { padding-left: 5px; border-radius: 0; - background: linear-gradient(to right, #e7e7e7 45%, #f7f7f7); + background: linear-gradient(to right, #e7e7e7 45%, #efefef); @include mobile { background: #e7e7e7; @@ -99,7 +99,7 @@ h1, h2, h3, h4 { } h1:target, h2:target, h3:target, h4:target { - background: linear-gradient(to right, #cff7cf 45%, #f7f7f7); + background: linear-gradient(to right, #cff7cf 45%, #efefef); } h2 { @@ -209,7 +209,7 @@ ul li::marker { } div a:hover:not(:has(img)):not(:has(code)):not(nav *) { - color: #f7f7f7; + color: #efefef; background: #000; border-radius: 0; } @@ -243,11 +243,11 @@ nav { text-align: center; font-weight: 500; padding: 5px; - color: #f7f7f7; + color: #efefef; text-decoration-line: none; background: #000; font-size: 13px; - border: 1px solid #f7f7f7; + border: 1px solid #efefef; margin-right: 4px; display: inline-block; min-width: 64px; @@ -261,7 +261,7 @@ nav { align-items: center; padding: 0px; border: 1px solid; - background: #f7f7f7; + background: #efefef; @include mobile { width: auto; @@ -278,7 +278,7 @@ nav { width: 8px; height: 3px; vertical-align: bottom; - background-color: #f7f7f7; + background-color: #efefef; margin-bottom: 2px; animation: blink 0.5s steps(1, start) infinite; } @@ -418,7 +418,7 @@ img { } .header-link{ - color: #f7f7f7; + color: #efefef; } .clearfix:after { @@ -431,7 +431,7 @@ img { .no-decoration { text-decoration-line: none; - color: #f7f7f7; + color: #efefef; } .youtube { @@ -565,7 +565,7 @@ img { .site-description { margin: -5px 0 0 0; - color: #f7f7f7; + color: #efefef; font-size: 15px; width: 400px; margin-top: 10px; @@ -599,7 +599,7 @@ img { color: black; font-size: 15px; margin: 15px 0; - background: #f7f7f7; + background: #efefef; border-top-left-radius: 5px; border-bottom-left-radius: 5px; } @@ -696,7 +696,7 @@ table tr td :last-child { } .info table { - background: #f7f7f7; + background: #efefef; padding: 0; border: 0; } |
