Skip to content

Commit

Permalink
styling tabs to space
Browse files Browse the repository at this point in the history
  • Loading branch information
devleaks committed Jun 27, 2024
1 parent 4d06c6c commit 0ddcb8d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions docs/.theme/assets/css/dracula-colors.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
color: RGB(255, 184, 108);
}
.md-typeset em {
font-weight: bolder;
color: RGB(80, 250, 123);
}
.md-typeset i {
color: RGB(80, 250, 123);
}
.md-typeset b {
font-weight: bolder;
color: rgb(255, 202, 128);
}
.md-typeset del {
Expand Down Expand Up @@ -48,7 +48,7 @@
}
.md-typeset h4 {
font-family: "ABCArizona";
font-variation-settings: "wght" 300,"slnt" -10,"SRFF" 0.7;
font-variation-settings: "wght" 300,"slnt" -8,"SRFF" 0.7;
font-size: larger;
color: RGB(255, 85, 85);
}
Expand Down
34 changes: 17 additions & 17 deletions docs/Extending/Internals/Deck Internals.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,24 +33,24 @@ deckconfig
⊢ decks
decks
⊢ resources (accessory files)
⊢ templates (Jinja2 templates)
⊢ index.j2
⊢ deck.j2
⊢ templates (Jinja2 templates)
⊢ index.j2
⊢ deck.j2
⊢ assets (Web Deck assets)
⊢ decks (Web Deck specific assets)
⊢ images (Web Deck background images)
⊢ images (Web Applicatioin images and icons)
⊢ js (Interaction and display software in JavaScript)
decktype.py (Deck Type class)
...
deckdefinition.yaml (Deck types, one file per type)
...
virtualdeckdefinition.yaml (Deck types, one file per type)
...
virtualdeck.py (Virtual Deck implementation class)
virtualdeckmanager.py (Virtual Deck Manager implementation class)
virtualdeckui.py (Virtual Deck impl. class with rendering in pyglet)
...
⊢ decks (Web Deck specific assets)
⊢ images (Web Deck background images)
⊢ images (Web Applicatioin images and icons)
⊢ js (Interaction and display software in JavaScript)
decktype.py (Deck Type class)
...
deckdefinition.yaml (Deck types, one file per type)
...
virtualdeckdefinition.yaml (Deck types, one file per type)
...
virtualdeck.py (Virtual Deck implementation class)
virtualdeckmanager.py (Virtual Deck Manager implementation class)
virtualdeckui.py (Virtual Deck impl. class with rendering in pyglet)
...
loupedeck.py (main drivers for each type of deck)
...
virtualdeck.py (main drivers for all virtual decks)
Expand Down

0 comments on commit 0ddcb8d

Please sign in to comment.