diff --git a/content/_index.md b/content/_index.md
index 8920fce..9ec069a 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -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),
university of turin,
diff --git a/static/css/style.css b/static/css/style.css
index 14c852c..9a2861c 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -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 {
diff --git a/static/css/theme-override.css b/static/css/theme-override.css
index fab8cf2..ac945bf 100644
--- a/static/css/theme-override.css
+++ b/static/css/theme-override.css
@@ -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;
+}
+