Cleaner code with prettier.

This commit is contained in:
Daniel
2022-06-16 13:43:44 +04:30
parent e2db7e71ac
commit 10d3a05c1d
32 changed files with 1021 additions and 754 deletions
+14 -14
View File
@@ -1,27 +1,27 @@
.sidebar {
height: 100vh;
position: fixed;
border-right: solid;
border-width: 1px;
border-color: gray;
height: 100vh;
position: fixed;
border-right: solid;
border-width: 1px;
border-color: gray;
}
.sidebar h1 {
text-align: center;
text-align: center;
}
.credits {
text-align: center;
font-size: small;
text-align: center;
font-size: small;
}
.credits a {
color: inherit;
text-decoration: underline;
color: inherit;
text-decoration: underline;
}
.pro-sidebar-layout {
background: #384952;
text-shadow: none;
color: white;
}
background: #384952;
text-shadow: none;
color: white;
}