summaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2022-06-11 18:44:07 +0200
committerVolpeon <git@volpeon.ink>2022-06-11 18:44:07 +0200
commit6c81b7e3e6119e91160581a2e8f393df8424abe6 (patch)
tree0b41b017091a5ccddf7fecd6dd28d8cb87f6634b /assets
parentUpdate (diff)
downloadvolpeon.ink-6c81b7e3e6119e91160581a2e8f393df8424abe6.tar.gz
volpeon.ink-6c81b7e3e6119e91160581a2e8f393df8424abe6.tar.bz2
volpeon.ink-6c81b7e3e6119e91160581a2e8f393df8424abe6.zip
Fixed page ordering in level 3 lists
Diffstat (limited to 'assets')
-rw-r--r--assets/css/components/_hnav.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/css/components/_hnav.scss b/assets/css/components/_hnav.scss
index 5f34e8c..74dba9f 100644
--- a/assets/css/components/_hnav.scss
+++ b/assets/css/components/_hnav.scss
@@ -4,7 +4,7 @@
4@include iro.props-namespace('hnav') { 4@include iro.props-namespace('hnav') {
5 @include iro.props-store(( 5 @include iro.props-store((
6 --colors: ( 6 --colors: (
7 --border: fn.global-color(--obj-hi) 7 --border: fn.global-color(--obj)
8 ) 8 )
9 ), 'colors'); 9 ), 'colors');
10 10