mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-07-04 01:01:41 +02:00
Improve construction tape gimmick
This commit is contained in:
@ -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) !important;
|
||||||
#000000 20px
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.toast {
|
.toast {
|
||||||
|
@ -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">
|
||||||
|
Reference in New Issue
Block a user