Skip to content

Commit

Permalink
fixing color schemes
Browse files Browse the repository at this point in the history
  • Loading branch information
snyhlxde1 committed Mar 16, 2024
1 parent 679890a commit 07e5e4c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
2 changes: 0 additions & 2 deletions content/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,3 @@ Welcome to the UCSD Hao Lab website! We are passionate about designing strong, e
**09/23**   Hao officially joined UCSD!

{{< /justify >}}

&emsp;
10 changes: 0 additions & 10 deletions static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,3 @@
object-fit: cover; /* This will cover the area without breaking the aspect ratio */
border-radius: 50%; /* Optional: for round images */
}

/* Set background color of the whole page to white */
body {
background-color: white;
}

/* You may need to set specific elements to white as well, for example: */
.posts-list, .post-preview, .page-header {
background-color: white;
}
2 changes: 1 addition & 1 deletion themes/PaperMod/layouts/partials/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
<style>
@media (prefers-color-scheme: dark) {
:root {
--theme: rgb(29, 30, 32);
--theme: rgb(0, 0, 0);
--entry: rgb(46, 46, 51);
--primary: rgb(255, 255, 255);
--secondary: rgb(155, 156, 157);
Expand Down

0 comments on commit 07e5e4c

Please sign in to comment.