Added tags to sidebar.

This commit is contained in:
Daniel
2022-06-14 23:16:33 +04:30
parent ae6b3455b3
commit 51b214200f
6 changed files with 45 additions and 11 deletions
+28
View File
@@ -1,4 +1,32 @@
.sidebar {
height: 100vh;
position: fixed;
border-right: solid;
border-width: 1px;
border-color: gray;
}
.sidebar-content {
padding: 20px;
}
.sidebar h1 {
text-align: center;
}
.credits {
text-align: center;
font-size: small;
}
.credits a {
color: inherit;
text-decoration: underline;
}
.pro-sidebar-layout {
background: #384952;
text-shadow: none;
color: white;
}