Improve construction tape gimmick

This commit is contained in:
2023-10-04 01:23:21 +00:00
parent 95be876a19
commit c32ed395d8
2 changed files with 6 additions and 8 deletions

View File

@ -183,13 +183,11 @@ pre {
} }
.construction_bg { .construction_bg {
background: repeating-linear-gradient( background: repeating-linear-gradient(45deg,
45deg,
#222200, #222200,
#222200 10px, #222200 10px,
#000000 10px, #000000 10px,
#000000 20px #000000 20px) !important;
);
} }
.toast { .toast {

View File

@ -43,7 +43,7 @@
<body> <body>
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top {% if debug %} construction_bg {% endif %}"> <nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
<a class="navbar-brand" href="/">KaraoQueue</a> <a class="navbar-brand" href="/">KaraoQueue</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault"
aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation"> aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">