diff --git a/blog.html b/blog.html index 29e1909..8a18926 100644 --- a/blog.html +++ b/blog.html @@ -23,12 +23,11 @@
diff --git a/css/styles.css b/css/styles.css index 6e325bf..f068c71 100644 --- a/css/styles.css +++ b/css/styles.css @@ -7,13 +7,13 @@ /* Navbar */ .header { overflow: hidden; - background-color: #FB93DA; + background-color: #333333; padding: 20px 10px; } .header a { float: left; - color: #404082; + color: #BBBBBB; text-shadow: 3px 2px 2px rgba(199, 130, 59, 0.15); text-align: center; padding: 12px; @@ -25,17 +25,17 @@ .header a.logo { font-size: 25px; - font-weight: bold; + font-weight: bold; } .header a:hover { - background-color: #D26BB9; + background-color: #BBBBBB; color: black; } .header a.active { - background-color: #404082; - color: white; + background-color: #BBBBBB; + color: black; } .header-right { @@ -86,8 +86,8 @@ /* Style */ html { - background-color: #FB93DA; - color: #404082; + background-color: #333333; + color: #BBBBBB; font-family: 'Montserrat', sans-serif; font-weight: 400; font-size: 1vh; @@ -121,12 +121,8 @@ html { align-items: center; } -.pink__colored { - color: #D26BB9; -} - -.orange__highlight { - background-color: #D26BB9; +.highlight { + background-color: #EEEEEE; border-radius: 20px; line-height: 1.5; padding-right: 0.9vw; diff --git a/download.html b/download.html index 3e08899..2ed1996 100644 --- a/download.html +++ b/download.html @@ -23,12 +23,11 @@ diff --git a/images/elements/png/discord.png b/images/elements/png/discord.png index e6eddf4..a037cb5 100644 Binary files a/images/elements/png/discord.png and b/images/elements/png/discord.png differ diff --git a/images/elements/png/github.png b/images/elements/png/github.png index 8b860cb..e8dc59d 100644 Binary files a/images/elements/png/github.png and b/images/elements/png/github.png differ diff --git a/images/elements/png/gmail.png b/images/elements/png/gmail.png index 9bf8e16..88f23d3 100644 Binary files a/images/elements/png/gmail.png and b/images/elements/png/gmail.png differ diff --git a/images/elements/png/itch.png b/images/elements/png/itch.png index c1da0ed..b447975 100644 Binary files a/images/elements/png/itch.png and b/images/elements/png/itch.png differ diff --git a/images/elements/png/line_long.png b/images/elements/png/line_long.png index 871fe01..b2ab9ba 100644 Binary files a/images/elements/png/line_long.png and b/images/elements/png/line_long.png differ diff --git a/images/elements/png/line_medium.png b/images/elements/png/line_medium.png index 4c6415c..d8c9bf7 100644 Binary files a/images/elements/png/line_medium.png and b/images/elements/png/line_medium.png differ diff --git a/images/elements/png/line_short.png b/images/elements/png/line_short.png index 74551a2..6af0357 100644 Binary files a/images/elements/png/line_short.png and b/images/elements/png/line_short.png differ diff --git a/images/elements/png/twitter.png b/images/elements/png/twitter.png index 5bce44c..4430181 100644 Binary files a/images/elements/png/twitter.png and b/images/elements/png/twitter.png differ diff --git a/images/elements/png/youtube.png b/images/elements/png/youtube.png index e5bb55b..f1f1d59 100644 Binary files a/images/elements/png/youtube.png and b/images/elements/png/youtube.png differ diff --git a/index.html b/index.html index 58dde32..019309c 100644 --- a/index.html +++ b/index.html @@ -23,12 +23,11 @@ @@ -36,7 +35,7 @@
diff --git a/projects.html b/projects.html
index 91a9dae..2e090a8 100644
--- a/projects.html
+++ b/projects.html
@@ -24,12 +24,11 @@