forked from extern/easydiffusion
Use theme variable for bottom border design
This commit is contained in:
parent
4913dc1aad
commit
93a2e91694
@ -342,7 +342,7 @@ img {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
.float-child h1 {
|
.float-child h1 {
|
||||||
border-bottom: solid 1px silver;
|
border-bottom: var(--button-border);
|
||||||
}
|
}
|
||||||
#help-links {
|
#help-links {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
Loading…
Reference in New Issue
Block a user