mirror of
https://gitlab.com/bmcgonag/get_my.git
synced 2026-03-27 00:08:49 +00:00
Many chcanges, but version 0.1.0 is ready to be cut.
This commit is contained in:
parent
42643a37f5
commit
6e37ae8c74
46 changed files with 1038 additions and 273 deletions
|
|
@ -22,5 +22,20 @@ select.dark-mode {
|
|||
}
|
||||
|
||||
li.collection-item {
|
||||
font-size: 24px;
|
||||
font-size: 20px;
|
||||
|
||||
}
|
||||
|
||||
li.collection-item.addNew {
|
||||
background-color: rgb(218, 218, 218);
|
||||
color: #343434;
|
||||
}
|
||||
|
||||
li.collection-item:active {
|
||||
background-color: #bebebe;
|
||||
}
|
||||
|
||||
strike {
|
||||
text-decoration-thickness: 3px;
|
||||
text-decoration-color: red;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue