Change theme to dark

This commit is contained in:
absurdo 2024-02-17 23:55:35 +01:00
parent ff13c743b2
commit 22351725bf
4 changed files with 49 additions and 32 deletions

View file

@ -2,9 +2,11 @@
body {
margin: 0px;
background: #fbfbfb;
background-image:url('../images/background.png');
background: #444444;
/*background-image:url('../images/background.png');*/
/*font-family: "Roboto Slab";*/
font-family: "Roboto Slab";
color: #dddddd;
}
@ -27,6 +29,12 @@ body {
}
.container_home {
background-color: #333333;
}
.column_left {
width:25%;
@ -252,7 +260,7 @@ nav#nav_home a.title_menu {
a {
text-decoration:none;
color: #00409f;
color: #4496ff;
}
@ -265,7 +273,7 @@ a {
article {
margin-bottom:15px;
border: solid #cbcbcb;
border: solid #555555;
border-width: 0px 0px 1px 0px;
}
@ -296,7 +304,7 @@ article {
.content_section {
background: #fff;
background: #454545;
padding:10px 15px;
box-sizing: border-box;
border: solid #cbcbcb 1px;