/ ‘themes/yoshi/templates/base.html’
This commit is contained in:
parent
e8efd25e67
commit
7a29497819
1 changed files with 4 additions and 4 deletions
|
|
@ -22,19 +22,19 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: rgba(180, 64, 134, 0.5);
|
color: rgba(180, 64, 134, 1.0);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.noticeable:hover {
|
a.noticeable:hover {
|
||||||
backgrounda-color: rgba(180, 64, 134, 0.15);
|
backgrounda-color: rgba(180, 64, 134, 0.5);
|
||||||
opacity: 0.4;
|
opacity: 0.4;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.exlink {
|
a.exlink {
|
||||||
color: rgba(180, 64, 134, 0.5);
|
color: rgba(180, 64, 134, 1.0);
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
border-color: rgba(180, 64, 134, 0.5);
|
border-color: rgba(180, 64, 134, 1.0);
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue