Update static/css/style.css

This commit is contained in:
fzorb 2024-09-09 21:48:47 +03:00
parent aebbc5e958
commit c01873d657

View File

@ -3,12 +3,12 @@ body {
margin: auto; margin: auto;
padding: 1em; padding: 1em;
line-height: 1.5; line-height: 1.5;
background: #0f0f11; background: #110e0e;
color:#fbfaff; color:#fbfaff;
} }
a { a {
color: #eae6f8; color: #ff4949;
} }
/* header and footer areas */ /* header and footer areas */
@ -16,10 +16,16 @@ a {
.menu li { display: inline-block;} .menu li { display: inline-block;}
.article-meta, .menu a { .article-meta, .menu a {
text-decoration: none; text-decoration: none;
background:#0f0f11; background:#292323;
padding: 5px; padding: 5px;
border-radius: 5px; border-radius: 5px;
} }
.menu h1 {
border-left: 4px solid #ff4646;
}
.menu a:hover {
border-bottom: solid #ff4646;
}
.article-meta, footer { text-align: center;} .article-meta, footer { text-align: center;}
.title { font-size: 1.1em; } .title { font-size: 1.1em; }
footer a { text-decoration: none; } footer a { text-decoration: none; }