You've already forked fm-dx-webserver
mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-02-26 14:11:59 +01:00
security fixes, bugfixes
This commit is contained in:
@@ -230,6 +230,19 @@ table .input-text {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.blink {
|
||||
animation: blinker 1.5s infinite;
|
||||
}
|
||||
|
||||
@keyframes blinker {
|
||||
0% {
|
||||
background-color: var(--color-4);
|
||||
}
|
||||
100% {
|
||||
background-color: var(--color-2);
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 960px) {
|
||||
.text-medium-big {
|
||||
font-size: 32px;
|
||||
|
||||
Reference in New Issue
Block a user