7 lines
190 B
CSS
7 lines
190 B
CSS
![]() |
@-moz-document url(about:neterror) {
|
||
|
/* about:neterror button */
|
||
|
#errorTryAgain {
|
||
|
background: var(--primary-accent-color) !important;
|
||
|
color: var(--primary-light-color) !important;
|
||
|
}
|
||
|
}
|