various changes

This commit is contained in:
2022-05-03 21:24:48 +01:00
parent 3dc674485c
commit 5b0fa42f92
9 changed files with 95 additions and 27 deletions
+8 -9
View File
@@ -47,15 +47,14 @@ main{
width: 100%;
height:100%;
}
#sidebar{
display: block;
padding: 10px;
//padding-left:10px;
width: 150px;
background-color: #888;
height:100%
}
ul{
align-self: left;
}
a, a:visited, a:hover {
/* text-decoration: none; */
color: inherit;
}
a.selected, a.selected:visited{
color:red;
}