mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
fix(footer): allow overriding text color in the footer
This commit is contained in:
parent
33ce8aaa0c
commit
b41bb31473
@ -21,7 +21,6 @@
|
||||
font-size: 10px;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
|
||||
}
|
||||
|
||||
@include screen(mobile) {
|
||||
@ -29,10 +28,7 @@
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
a {
|
||||
color: var(--theme-color-components-text-on-dark);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user