Diabook-dark css fix
This commit is contained in:
parent
fade45ca76
commit
a28fea987e
|
@ -440,7 +440,7 @@ a:hover {
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
.fakelink {
|
.fakelink {
|
||||||
color: #1872A2;
|
color: #88a9d2;
|
||||||
/* color: #3e3e8c; */
|
/* color: #3e3e8c; */
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
@ -493,7 +493,7 @@ code {
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
.tool a {
|
.tool a {
|
||||||
color: ##3F8FBA;
|
color: ##3465a4;
|
||||||
}
|
}
|
||||||
.tool a:hover {
|
.tool a:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
@ -1261,7 +1261,7 @@ transition: all 0.2s ease-in-out;
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
}
|
}
|
||||||
.tread-wrapper a{
|
.tread-wrapper a{
|
||||||
color: #1872A2;
|
color: #88a9d2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wall-item-decor {
|
.wall-item-decor {
|
||||||
|
|
Loading…
Reference in a new issue