I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit c66b7870 authored by z3d's avatar z3d
Browse files

Classic tweaks.

parent 00aa884a
No related branches found
No related tags found
No related merge requests found
...@@ -523,10 +523,10 @@ h2 { ...@@ -523,10 +523,10 @@ h2 {
padding: 10px; padding: 10px;
border: 1px solid #89f; border: 1px solid #89f;
letter-spacing: 0.04em; letter-spacing: 0.04em;
font-variant: small-caps; /* font-variant: small-caps; */
text-transform: capitalize; text-transform: uppercase;
background: #fff; background: #fff;
text-shadow: 0px 0px 1px rgba(0, 0, 32, 0.7); text-shadow: 0px 1px 1px #99f;
} }
h3 { h3 {
...@@ -536,6 +536,8 @@ h3 { ...@@ -536,6 +536,8 @@ h3 {
letter-spacing: 0.04em; letter-spacing: 0.04em;
margin-bottom: 10px; margin-bottom: 10px;
background: #fff; background: #fff;
text-transform: uppercase;
text-shadow: 0px 1px 1px #99f;
} }
h2, h3 { h2, h3 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment