pyratebeard_net

personal website
git clone git://git.pyratebeard.net/pyratebeard_net.git
Log | Files | Refs | README

commit 9850bb42f5ba59c3a838464b0b172cd2a1c29d35
parent 80594c6ea452759a45ba3bf2475cc08196cec086
Author: pyratebeard <root@pyratebeard.net>
Date:   Fri, 19 Jan 2024 23:22:51 +0000

style updates

Diffstat:
Mstyle.css | 25+++++++++----------------
1 file changed, 9 insertions(+), 16 deletions(-)

diff --git a/style.css b/style.css @@ -16,8 +16,8 @@ body { font-family: 'main-font'; - background-color: #201f1e; - color: #f2f0ea; + background-color: #1f1d1b; + color: #fbf0d2; letter-spacing: 1.1px; line-height: 1.5; } @@ -35,13 +35,6 @@ header > p { margin-top: 0px; } -.header::after { - content: ''; - background: repeating-linear-gradient(90deg, #F5A9B8, #5BCEFA 2px, transparent 0, transparent 10px); - display: block; - width: 100%; -} - .container { max-width: 888px; margin-left: 88px; @@ -59,7 +52,7 @@ header > p { h1, h2, h3, h4, h5 { font-family: 'main-font'; text-transform: lowercase; - color: #a83a43; + color: #9c353e; } /*h2, h3, h4 { @@ -68,7 +61,7 @@ h1, h2, h3, h4, h5 { } h5 { - color: #f2f0ea; + color: #fbf0d2; text-decoration: underline dotted; font-family: 'main-font'; font-weight: normal; @@ -83,13 +76,13 @@ a { } a:active,a:hover,a:focus { - color: #75726b; + color: #887c5b; text-decoration: none; border-bottom: 1px dotted #766d53; } a.dead { - color: #75726b; + color: #887c5b; border-bottom: 1px dotted #766d53; } @@ -100,7 +93,7 @@ ul { hr { border-bottom: 0px; - border-top: 1px dotted #f2f0ea; + border-top: 1px dotted #fbf0d2; width: 30%; } @@ -113,7 +106,7 @@ strong { pre { overflow-x: auto; border-radius: 2px; - border: 1px solid #201f1e; + border: 1px solid #1f1d1b; background-color: #110f0d; display: table; } @@ -128,7 +121,7 @@ pre > code { } code { - color: #f2f0ea; + color: #fbf0d2; /*background-color: #6a3c42;*/ background-color: #5e2d33; font-family: 'envy';