added stylesheet files

This commit is contained in:
2021-10-22 19:59:15 +08:00
parent 6a790c2955
commit 9e6f71e11f
2 changed files with 433 additions and 0 deletions

18
theme.css Normal file
View File

@@ -0,0 +1,18 @@
body {
height: 100%;
font-family: 'Courier New', Courier, monospace;
}
a {
outline: none;
text-decoration: none;
color: cornflowerblue;
}
.item {
margin-top: 5px;
padding-left: 10px;
background-color: #f5f5f5;
border: 1px solid #323232;
border-left-width: 5px;
}