some stuff :3
adding support for text / terminal browsers redone some strings
This commit is contained in:
parent
97295fce69
commit
b201dbfc75
17 changed files with 169 additions and 73 deletions
|
@ -2,6 +2,18 @@ body {
|
|||
background-color: #262631;
|
||||
color: white;
|
||||
}
|
||||
div.header{
|
||||
top: 0%;
|
||||
}
|
||||
div.header.left{
|
||||
left: 0%;
|
||||
}
|
||||
div.header.right{
|
||||
right: 0%;
|
||||
}
|
||||
hr{
|
||||
width: 100%;
|
||||
}
|
||||
a:link {
|
||||
color: cyan;
|
||||
}
|
||||
|
|
0
assets/themes/default/search.css
Normal file
0
assets/themes/default/search.css
Normal file
Loading…
Add table
Add a link
Reference in a new issue