mirror of
https://github.com/DCsunset/taskwarrior-webui.git
synced 2025-08-20 01:13:06 +02:00
feat(frontend): add sync in settings
This commit is contained in:
parent
066c92946f
commit
98b4e8be81
6 changed files with 80 additions and 9 deletions
19
frontend/assets/app.css
Normal file
19
frontend/assets/app.css
Normal file
|
@ -0,0 +1,19 @@
|
|||
.v-application.task-app code {
|
||||
font-weight: initial;
|
||||
background-color: #2f2f2f;
|
||||
color: rgba(255, 255, 255, 0.9);
|
||||
font-size: 95%;
|
||||
display: inline-block;
|
||||
padding: 1px 0.5em 1px 0.5em;
|
||||
margin: 2px;
|
||||
margin-bottom: 14px;
|
||||
}
|
||||
/* Code block */
|
||||
.v-application.task-app pre code {
|
||||
display: block;
|
||||
padding: 0.5em 0.8em 0.5em 0.8em;
|
||||
}
|
||||
.v-application.task-app code:before,
|
||||
.v-application.task-app code:after {
|
||||
content: initial;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue