add more projects and change default colors
This commit is contained in:
10
css/main.css
10
css/main.css
@@ -1,6 +1,6 @@
|
||||
:root {
|
||||
--color-background: #0f0f0f;
|
||||
--color-foreground: #dd0000;
|
||||
--color-background: #010101;
|
||||
--color-foreground: #4d6e8d;
|
||||
|
||||
--frame-spacing: 15px;
|
||||
--frame-border-radius: 10px;
|
||||
@@ -27,6 +27,9 @@ html {
|
||||
}
|
||||
|
||||
@media (max-width: 900px) {
|
||||
#main {
|
||||
width: 90vw !important;
|
||||
}
|
||||
#page-heading {
|
||||
font-size: 20pt;
|
||||
}
|
||||
@@ -58,6 +61,7 @@ html {
|
||||
padding: 20px;
|
||||
max-height: 30px;
|
||||
display: flex;
|
||||
font-size: 10pt;
|
||||
}
|
||||
#tui-status-bar p {
|
||||
margin-left: 10px;
|
||||
@@ -110,7 +114,7 @@ html {
|
||||
}
|
||||
|
||||
.tui-frame-content h2::before {
|
||||
content: '// ';
|
||||
content: '//';
|
||||
}
|
||||
|
||||
.tui-frame-content li {
|
||||
|
||||
Reference in New Issue
Block a user