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;
}
+1 -1
View File
@@ -12,7 +12,7 @@ body {
}
*::selection {
background-color: rgba(78, 78, 78, 0.9);
background-color: black;
color: white;
text-shadow: none;
}