Skip to content

Commit

Permalink
Merge branch 'vue2-compat' of https://github.com/GenieFramework/Stipp…
Browse files Browse the repository at this point in the history
…le.jl into vue2-compat
  • Loading branch information
essenciary committed Nov 7, 2024
2 parents b52279d + 76bbb64 commit ef0bf8d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/css/stipplecore.css
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@
width: 100%;
}

.stipple-core ._genie_logo{
margin-left: 5px;
}

/*===================================================================
LAYOUT
================================================================== */
Expand Down
5 changes: 5 additions & 0 deletions assets/css/themes/theme-default-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@
--q-white: var(--st-color-white);
--q-black: var(--st-color-black);
--q-dark-page: var(--st-color-dark-page);
--st-filter-light: none;
--st-filter-dark: invert(1) saturate(0) brightness(2);
}
a{
color: var(--st-color-primary);
Expand All @@ -80,6 +82,9 @@
:root.stipple-core h6{
font-size: var(--st-font-size-md);
}
:root.stipple-core ._genie_logo{
filter: var(--st-filter-dark);
}



Expand Down
5 changes: 5 additions & 0 deletions assets/css/themes/theme-default-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@
--q-white: var(--st-color-white);
--q-black: var(--st-color-black);
--q-dark-page: var(--st-color-dark-page);
--st-filter-light: none;
--st-filter-dark: invert(1) saturate(0) brightness(2);
}
a{
color: var(--st-color-primary);
Expand All @@ -81,6 +83,9 @@
:root.stipple-core h6{
font-size: var(--st-font-size-md);
}
:root.stipple-core ._genie_logo{
filter: var(--st-filter-light);
}



Expand Down

0 comments on commit ef0bf8d

Please sign in to comment.