/ ‘theme-dark/templates/base.html’
This commit is contained in:
parent
a5da5d3881
commit
ae41a71831
1 changed files with 4 additions and 1 deletions
|
|
@ -32,7 +32,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
a.exlink {
|
a.exlink {
|
||||||
background-color: rgb(127, 255, 0, 0.35);
|
color: rgb(127, 255, 0, 0.5);
|
||||||
|
border-width: 1px;
|
||||||
|
border-color: rgba(127, 255, 0, 0.5);
|
||||||
|
border-style: solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue