swee / Swee's Custom CSS for Kanboard
0 gustos
0 bifurcaciones
5 archivos
Última actividad 6 days 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 { |
swee / eatfish.png.swee.codes nginx config
0 gustos
0 bifurcaciones
1 archivos
Última actividad 6 days ago
the whole ascii thing is just an nginx map
| 1 | map $http_user_agent $myindex { |
| 2 | default index.html; |
| 3 | ~curl ascii.txt; |
| 4 | } |
| 5 | |
| 6 | server { |
| 7 | listen 443 quic; |
| 8 | listen [::]:443 quic; |
| 9 | listen 443 ssl; |
| 10 | listen [::]:443 ssl; |
Siguiente
Anterior