Compare commits
2 Commits
main
..
715b5e3641
| Author | SHA1 | Date | |
|---|---|---|---|
| 715b5e3641 | |||
| edcbc1488b |
@@ -1,77 +0,0 @@
|
|||||||
/* Planka EXPERIMENTAL Userstyles
|
|
||||||
*
|
|
||||||
* This file is a part of Ozzy's userstyles, which is released under the MIT license.
|
|
||||||
* https://git.ozzy.top/ozzy/userstyles
|
|
||||||
*/
|
|
||||||
|
|
||||||
/* Popups */
|
|
||||||
|
|
||||||
.ui.popup {
|
|
||||||
background-color: #181825 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ui.popup > * {
|
|
||||||
color: #cdd6f4 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ui.popup .item {
|
|
||||||
color: #cdd6f4 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.Popup_closeButton__iKvZW,
|
|
||||||
.PopupHeader_backButton__SCqHz {
|
|
||||||
background-color: transparent !important;
|
|
||||||
color: #f38ba8 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Modals */
|
|
||||||
|
|
||||||
.ui.modal {
|
|
||||||
background-color: #1e1e2e !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ui.modal > .header,
|
|
||||||
.ui.modal > .content,
|
|
||||||
.ui.modal > .actions {
|
|
||||||
background-color: #181825 !important;
|
|
||||||
color: #cdd6f4 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ui.modal > .content * {
|
|
||||||
color: #cdd6f4 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ui.modal > .icon.close {
|
|
||||||
color: #f38ba8 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ui.modal > .icon.close:hover {
|
|
||||||
background-color: transparent !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Buttons */
|
|
||||||
|
|
||||||
.ui.button.positive {
|
|
||||||
background-color: #a6e3a1 !important;
|
|
||||||
color: #1e1e2e !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ui.button.EditStep_deleteButton__EiWg {
|
|
||||||
background-color: #f38ba8 !important;
|
|
||||||
color: #1e1e2e !important;
|
|
||||||
box-shadow: none !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ui.button {
|
|
||||||
background-color: #1e1e2e !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
#app .Item_button__\+54ea {
|
|
||||||
box-shadow: none !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Inputs */
|
|
||||||
|
|
||||||
input[type='text'] {
|
|
||||||
background-color: #1e1e2e;
|
|
||||||
}
|
|
||||||
+1
-36
@@ -1,38 +1,3 @@
|
|||||||
/* Planka Userstyles
|
* {
|
||||||
*
|
|
||||||
* This file is a part of Ozzy's userstyles, which is released under the MIT license.
|
|
||||||
* https://git.ozzy.top/ozzy/userstyles
|
|
||||||
*/
|
|
||||||
|
|
||||||
/* Global */
|
|
||||||
|
|
||||||
*:not(.icon) {
|
|
||||||
font-family: 'scientifica' !important;
|
font-family: 'scientifica' !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Boards */
|
|
||||||
|
|
||||||
.Card_card__zQfcO {
|
|
||||||
background-color: #1e1e2e !important;
|
|
||||||
box-shadow: none !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.List_outerWrapper__B4Idr {
|
|
||||||
background-color: #181825 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.List_addCardButton__8vjKW {
|
|
||||||
background-color: #11111b !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.List_headerName__ztYJO {
|
|
||||||
color: #f5c2e7 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.List_addCardButtonText__q66qy {
|
|
||||||
color: #bac2de !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.Card_name__vpWb5 {
|
|
||||||
color: #cdd6f4 !important;
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user