mirror of
https://github.com/sigoden/dufs.git
synced 2026-06-07 15:59:03 +03:00
[PR #710] [MERGED] Updated Web UI's CSS to use variables #7673
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/sigoden/dufs/pull/710
Author: @spinningvenus
Created: 5/24/2026
Status: ✅ Merged
Merged: 5/26/2026
Merged by: @sigoden
Base:
main← Head:main📝 Commits (4)
ea60750refactor: webui add css color variables5c6f865refactor: removed redundant css7a08ed6fix: correct colors to match originalc3d7972fix: update bg-tertiary variable📊 Changes
2 files changed (+59 additions, -60 deletions)
View changed files
📝
assets/index.css(+58 -59)📝
assets/index.html(+1 -1)📄 Description
I've made an adjustment to the default Web UI CSS so that color values are loaded as variables. This improves future scalability and reduces repeat code. I've made sure colors are exactly as they where before in both color themes.
Index.html had a hard-coded fill color which has been adjusted to respect previously implemented theme switching.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.