mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-07-03 16:51:42 +02:00
Improve construction tape gimmick
This commit is contained in:
@ -183,13 +183,11 @@ pre {
|
||||
}
|
||||
|
||||
.construction_bg {
|
||||
background: repeating-linear-gradient(
|
||||
45deg,
|
||||
#222200,
|
||||
#222200 10px,
|
||||
#000000 10px,
|
||||
#000000 20px
|
||||
);
|
||||
background: repeating-linear-gradient(45deg,
|
||||
#222200,
|
||||
#222200 10px,
|
||||
#000000 10px,
|
||||
#000000 20px) !important;
|
||||
}
|
||||
|
||||
.toast {
|
||||
|
@ -43,7 +43,7 @@
|
||||
|
||||
<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>
|
||||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault"
|
||||
aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
|
||||
|
Reference in New Issue
Block a user