Include debugger.css in _index.scss rather than duplicate styles

This commit is contained in:
Dale Davies
2023-04-13 18:44:12 +01:00
parent 384fea797f
commit e958cee132
6 changed files with 6 additions and 15 deletions

View File

@@ -1 +1 @@
v1.3.2 (1681334119)
v1.3.2 (1681407685)

View File

@@ -14,6 +14,7 @@
@use 'search';
@use 'sites';
@use 'tags';
@use '../debugger.css';
/* Some generic styles */
@@ -96,16 +97,6 @@ body {
height: calc(100% - 12px) /* 12px = roughly half the greeting height and border */
}
#tracy-debug-logo:before {
content: "JUMP";
padding: 0 0px 0 7px;
font-weight: bold;
}
#tracy-debug-logo svg:first-of-type {
display: none !important;
}
@media (max-width: 850px) {
.unsplash {
display: none;

View File

@@ -1 +1 @@
<link rel="stylesheet" href="{{{wwwurl}}}/assets/css/styles.4af0396419fdca8d3246.min.css">
<link rel="stylesheet" href="{{{wwwurl}}}/assets/css/styles.16a6188fbec500ac7a6a.min.css">

View File

@@ -1 +1 @@
<script defer src="{{{wwwurl}}}/assets/js/index.b59690ccf0ef68daf482.min.js"></script>
<script defer src="{{{wwwurl}}}/assets/js/index.2684b7492d902ea89331.min.js"></script>