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

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

Console: revert light theme regressions.

parent 65667091
No related branches found
No related tags found
No related merge requests found
......@@ -754,6 +754,8 @@ h2 {
box-shadow: 0 2px 1px 1px rgba(176, 176, 216, 0.4);
word-wrap: break-word;
opacity: 1;
text-transform: uppercase;
text-shadow: 0px 1px 1px #99f;
}
h2 a, h3 a {
......@@ -795,6 +797,8 @@ h3 {
box-shadow: 0 2px 1px 1px rgba(176, 176, 216, 0.4);
opacity: 1;
letter-spacing: 0.07em;
text-transform: uppercase;
text-shadow: 0px 1px 1px #99f;
}
h4 {
......
......@@ -58,6 +58,8 @@ h4 {
-moz-box-shadow: 0 2px 1px 1px rgba(176, 176, 216, 0.4);
-khtml-box-shadow: 0 2px 1px 1px rgba(176, 176, 216, 0.4);
box-shadow: 0 2px 1px 1px rgba(176, 176, 216, 0.4);
text-shadow: 0px 1px 1px #77f;
text-transform: uppercase;
}
a {
......
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