Skip to content

Commit

Permalink
style: Update hover effect for buttons in CSS and adjust capitalizati…
Browse files Browse the repository at this point in the history
…on in HTML file
  • Loading branch information
wajeht committed Sep 29, 2024
1 parent 9858272 commit 3fc41bc
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"Synchronised",
"tablename",
"tailwindcss",
"traceback",
"tseslint",
"wajeht"
]
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ web 2.0 style notification systems for discord, email, and sms
- [x] ~~infer types from validation to handler - 🤔 maybe use zod?~~
- [x] ~~search on apps page~~
- [x] ~~search on apps page~~
- [x] ~~adjust styles for mobile~~
- [x] pagination on notifications page
- [x] pagination on app notifications page
- [x] pagination on apps page
Expand All @@ -35,11 +36,10 @@ web 2.0 style notification systems for discord, email, and sms
- [x] performance tuning - sql/handlers
- [x] structure logging instead of console.log - use pino
- [x] admin panel
- [x] validations on all routes
- [x] rbac on all handlers
- [ ] self hosted docs
- [ ] tests
- [ ] adjust styles for mobile
- [ ] validations on all routes
- [ ] rbac on all handlers

# 📑 Docs

Expand Down
4 changes: 4 additions & 0 deletions public/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,10 @@ summary:hover {
color: var(--link-color);
}

[data-theme='dark'] .no-style-btn:hover {
background: none;
}

.no-style-btn:hover {
text-decoration: underline;
}
Expand Down
2 changes: 1 addition & 1 deletion src/views/pages/settings-danger-zone.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<div style="display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;">
<h2 style="margin: 0;">⚙️ Settings</h2>
<span>settings</span>
<span>Settings</span>
</div>

<div style="display: flex; flex-direction: column; gap: 20px; max-width: 100%;">
Expand Down

0 comments on commit 3fc41bc

Please sign in to comment.