Minimizing calls to web server

This commit is contained in:
Gunnar Skjold
2020-02-18 21:33:41 +01:00
parent 916b5550d9
commit 78e766156d
8 changed files with 43 additions and 27 deletions

View File

@@ -1,15 +1,3 @@
/* Common custom style */
.bg-purple {
background-color: var(--purple);
}
.navbar .navbar-nav-svg {
display: inline-block;
width: 2rem;
height: 2rem;
vertical-align: text-top;
}
/* Ripped necessary style from bootstrap 4.4.1 to make the page look good without internet access. Meant to be overridden by CSS from CDN */
:root {
--blue: #007bff;