removed light mode

This commit is contained in:
aethrvmn 2024-08-28 12:45:38 +03:00
parent efdbfe0576
commit 7c801a14bb
3 changed files with 54 additions and 31 deletions

View file

@ -6,11 +6,11 @@ title: home
src="/images/me.jpg"
alt="My face">
## vasilis valatsos (βασίλης βαλατσός)
## Vasilis Valatsos (βασίλης βαλατσός)
### machine learning | reinforcement learning | natural languages
I am interested in the world in all of it's offerings; when I am not exploring man made constructs, like logic, physics, and most recently ai, I like to think about the ways we occupy space.
I am interested in the world and all of it's offerings; when I am not exploring man made concepts, I like to think about the ways we occupy space.
m.sc. in mathematics (statistics and data science),<br/>
university of turin,<br/>

View file

@ -1,5 +1,5 @@
/* Dark mode */
@media (prefers-color-scheme: dark) {
/* @media (prefers-color-scheme: dark) { */
body {
background-color: #2d2a2e;
color: #f7f6f3;
@ -16,7 +16,6 @@
header {
background: #2d2a2e;
border-bottom: 2px dotted #EBC3DB;
}
.article-meta, .menu a {
@ -33,38 +32,44 @@
th, td { padding: 5px; }
tr:nth-child(even) { background: #666 }
}
/* } */
/* Light mode */
@media (prefers-color-scheme: light) {
blockquote {
background: #f7f6f3;
}
/* @media (prefers-color-scheme: light) { */
/* body { */
/* background-color: #f7f6f3; */
/* color: #2d2a2e; */
/* } */
a {
color: #ac9c6d;
}
/* blockquote { */
/* background: #f7f6f3; */
/* } */
header {
background: #f7f6f3;
}
/* a { */
/* color: #ac9c6d; */
/* } */
.article-meta, .menu a {
background: #E8DBC5;
color: #000;
}
/* header { */
/* background: #f7f6f3; */
/* border-bottom: 2px dotted #3d3a3e */
/* } */
table {
margin: auto;
border-top: 1px solid #666;
border-bottom: 1px solid #666;
}
table thead th { border-bottom: 1px solid #ddd; }
th, td { padding: 5px; }
tr:nth-child(even) { background: #eee }
/* .article-meta, .menu a { */
/* background: #E8DBC5; */
/* color: #2d2a2e; */
/* } */
}
/* table { */
/* margin: auto; */
/* border-top: 1px solid #666; */
/* border-bottom: 1px solid #666; */
/* } */
/* table thead th { border-bottom: 1px solid #ddd; } */
/* th, td { padding: 5px; } */
/* tr:nth-child(even) { background: #eee } */
/* } */
body {
@ -73,6 +78,9 @@ body {
padding: .2em;
line-height: 1.5em;
font-size: 19px;
background-color: #2d2a2e;
color: #f7f6f3;
}
h1 {

View file

@ -1,5 +1,20 @@
footer { font-size: 90%; }
ul {
list-style-type: none;
ul {
list-style-type: none;
}
body {
background-color: #2d2a2e;
color: #f7f6f3;
}
a {
color: #ac9c6d;
}
header {
background: #2d2a2e;
border-bottom: 2px dotted #f7f6f3;
}