Skip to content

Commit

Permalink
feat site: make tiny changes
Browse files Browse the repository at this point in the history
  • Loading branch information
prplwtf committed Jun 30, 2024
1 parent 300135c commit b9ad886
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 19 deletions.
Binary file added .assets/brand/logoText.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 18 additions & 19 deletions .modules/global/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,23 @@
padding-bottom: 10px;
}


.mobile-theme-switcher-btn.active i { opacity: 1 !important; }
[data-bs-theme=light] .mobile-theme-switcher-btn.active i { color: #272727 !important }
[data-bs-theme=light] .theme-switcher-btn.active,
[data-bs-theme=light] .theme-switcher-btn:active { color: #272727 !important }

[data-bs-theme=dark] .theme-switcher-btn.active,
[data-bs-theme=dark] .theme-switcher-btn:active,
[data-bs-theme=dark] .mobile-theme-switcher-btn.active,
[data-bs-theme=dark] .mobile-theme-switcher-btn:active { background-color: #2b3035 !important }

[data-bs-theme=light] .theme-switcher-btn.active,
[data-bs-theme=light] .theme-switcher-btn:active,
[data-bs-theme=light] .mobile-theme-switcher-btn.active,
[data-bs-theme=light] .mobile-theme-switcher-btn:active { background-color: #dfdfdf !important }


/* Scrollbar code, somewhat broken; by Auri (imlayered) */
::-webkit-scrollbar {
width: 10px;
Expand All @@ -42,22 +59,4 @@

::-webkit-scrollbar-thumb:hover {
background: #555;
}




.mobile-theme-switcher-btn.active i { opacity: 1 !important; }
[data-bs-theme=light] .mobile-theme-switcher-btn.active i { color: #272727 !important }
[data-bs-theme=light] .theme-switcher-btn.active,
[data-bs-theme=light] .theme-switcher-btn:active { color: #272727 !important }

[data-bs-theme=dark] .theme-switcher-btn.active,
[data-bs-theme=dark] .theme-switcher-btn:active,
[data-bs-theme=dark] .mobile-theme-switcher-btn.active,
[data-bs-theme=dark] .mobile-theme-switcher-btn:active { background-color: #2b3035 !important }

[data-bs-theme=light] .theme-switcher-btn.active,
[data-bs-theme=light] .theme-switcher-btn:active,
[data-bs-theme=light] .mobile-theme-switcher-btn.active,
[data-bs-theme=light] .mobile-theme-switcher-btn:active { background-color: #dfdfdf !important }
}

3 comments on commit b9ad886

@imlayered
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what was even changed lol

@prplwtf
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i don't even know anymore

@imlayered
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh alright

Please sign in to comment.