edit zmin

This commit is contained in:
Alexandru 2024-09-21 21:53:43 +03:00
parent 72137a12cf
commit 1267f3cead

View File

@ -3,7 +3,7 @@ body {
margin: auto;
padding: 1em;
line-height: 1.5;
background: #110e0e;
background: #110f0e;
color:#fbfaff;
}
@ -16,15 +16,15 @@ a {
.menu li { display: inline-block;}
.article-meta, .menu a {
text-decoration: none;
background:#292323;
background:#292623;
padding: 5px;
border-radius: 5px;
}
.menu h1 {
border-left: 4px solid #ff4646;
border-left: 4px solid #ffbe46;
}
.menu a:hover {
border-bottom: solid #ff4646;
border-bottom: solid #ffbe46;
}
.article-meta, footer { text-align: center;}
.title { font-size: 1.1em; }
@ -56,6 +56,6 @@ blockquote {
table {
margin: auto;
}
table thead th { border-bottom: 1px solid #2f3035; }
table thead th { border-bottom: 1px solid #35322f; }
th, td { padding: 5px; }
thead, tfoot, tr:nth-child(even) { background: #2a2a2e; }
thead, tfoot, tr:nth-child(even) { background: #2e2d2a; }