UPDATE: Configurable modo monitor y tema v2
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
}
|
||||
|
||||
@keyframes blink {
|
||||
0%, 100% { background-color: #0a6eb2}
|
||||
0%, 100% { background-color: var(--blink-start-color);}
|
||||
50% { background-color: #ffff00; color: black; }
|
||||
}
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
</script>
|
||||
<script src="{{ url_for('static', filename='js/utils.js') }}"></script>
|
||||
<script src="{{ url_for('static', filename='js/scripts.js') }}"></script>
|
||||
<style>:root {--blink-start-color: {{ theme_colors.bg2 }};}</style>
|
||||
</head>
|
||||
|
||||
<body class="flex flex-col min-h-screen">
|
||||
|
||||
Reference in New Issue
Block a user