forked from I2P_Developers/i2p.i2p
Fixed a bug in a console_big.css override in light and dark themes
This commit is contained in:
@@ -16,7 +16,7 @@ div.routersummary table {
|
||||
}
|
||||
|
||||
div.routersummary h3, div.routersummary h4, div.routersummary p, div.routersummary h3 a, div.routersummary a {
|
||||
text-shadow: 0 0 0 #fff !important;
|
||||
text-shadow: 0 0 0 0 !important;
|
||||
}
|
||||
|
||||
div.routersummary h4 {
|
||||
|
@@ -11,7 +11,7 @@ div.routersummary a {
|
||||
}
|
||||
|
||||
div.routersummary h3, div.routersummary h4, div.routersummary p, div.routersummary h3 a, div.routersummary a {
|
||||
text-shadow: 0 0 0 #fff !important;
|
||||
text-shadow: 0 0 0 0 !important;
|
||||
}
|
||||
|
||||
|
||||
@@ -90,4 +90,4 @@ div.tunnels a {
|
||||
|
||||
code, tt {
|
||||
font-size: 10pt !important;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user