Static content serving from non-root routes

This commit is contained in:
Jai A
2020-06-02 20:59:20 -07:00
parent e03e58323b
commit a47634bf49
10 changed files with 102 additions and 76 deletions

View File

@@ -102,10 +102,14 @@
background-color: #fefefe;
border-radius: 5px 5px 0 0;
border: 1px solid darkgrey;
border-bottom: none;
border-bottom: none !important;
text-decoration: none;
cursor: pointer;
}
.mod-bar-active {
border: 2px solid #0b75d8 !important;
color: #0b75d8 !important;
background-color: white !important;
}
@@ -114,6 +118,8 @@
background-color: white;
border-radius: 0 5px 5px 5px;
border: 1px solid darkgrey;
font-size: 16px;
line-height: 20px;
}
.mod-description div {