swee / Unnamed Search Engine old source code
0 likes
0 forks
2 files
Last active 22 hours ago
there was no logo image at that time, but I have one now.
| 1 | <!DOCTYPE html> |
| 2 | <html data-bs-theme="dark" class="container text-white bg-dark"> |
| 3 | <head> |
| 4 | <title>UnnamedSearchEngine</title> |
| 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 6 | <meta name='description' content='Search engine with maximum compatibility.'> |
| 7 | <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet"> |
| 8 | <head> |
| 9 | </head> |
| 10 | <body class="container text-white bg-dark"> |
swee / Swee's Custom CSS for Kanboard
0 likes
0 forks
5 files
Last active 1 month ago
Makes cards a bit easier on the eye in Dark Mode
| 1 | .task-tags > ul > li |
| 2 | { |
| 3 | color: #000 !important; |
| 4 | } |
| 5 | .task-board-header a, |
| 6 | .task-board-header > .dropdown > .dropdown-menu > strong, |
| 7 | .task-board-header > .dropdown > .dropdown-menu-link-icon i, |
| 8 | .task-board-header > .js-modal-large > i, |
| 9 | .task-board-icons-row, |
| 10 | .task-board-title a { |
Newer
Older