This commit is contained in:
Miloslav Ciz 2024-01-30 19:43:23 +01:00
parent 13c0261dae
commit 922d8f3267
6 changed files with 114 additions and 21 deletions

View file

@ -2,7 +2,7 @@ body
{
background-color: #f2cef5;
font-family: serif;
color: #522b5c;
color: #411c55;
max-width: 1280px;
margin: auto;
}
@ -48,8 +48,11 @@ h3
h1, h2, h3
{
text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff;
text-decoration: wavy underline;
border-bottom: 3px solid blue;
border-right: 3px solid yellow;
border-left: 3px solid yellow;
font-style: italic;
padding: 10px;
background-image: linear-gradient(238deg, rgba(174,118,245,1) 0%, rgba(215,231,154,1) 30%, rgba(231,111,210,1) 70%, rgba(216,237,167,1) 100%);
@ -63,7 +66,7 @@ h1, h2, h3
pre, code
{
font-weight: bold;
color: #a00;
color: #154591;
font-size: 13px;
}
@ -90,6 +93,7 @@ table td, th
th
{
text-shadow: 1px 1px 0 #111;
background-color: #c44dbc;
color: yellow;
font-family: italic;
@ -99,14 +103,14 @@ th
a
{
color: #a845ff;
color: #ea2dde;
text-decoration: wavy underline;
font-family: ui-monospace;
}
.dead
{
color: #d47833;
color: #9b794e;
text-decoration: wavy line-through;
}