Changed sort filters to tabs.

This commit is contained in:
2020-05-25 02:02:28 +02:00
parent f4c85b7a67
commit b180572d5f
2101 changed files with 335 additions and 467 deletions

View File

@@ -56,6 +56,9 @@ $female: #f0a;
--logo-shadow: drop-shadow(1px 0 0 $shadow-weak) drop-shadow(-1px 0 0 $shadow-weak) drop-shadow(0 1px 0 $shadow-weak) drop-shadow(0 -1px 0 $shadow-weak);
--logo-highlight: drop-shadow(0 0 1px $highlight);
--male: #0af;
--female: #f0a;
--alert: #f00;
--warn: #fa0;
}
@@ -66,6 +69,7 @@ $female: #f0a;
--background: #fff;
--background-dim: #fafafa;
--background-soft: #fdfdfd;
--profile: #222;
--tile: #2a2a2a;
@@ -73,8 +77,7 @@ $female: #f0a;
--link: #dd6688;
--empty: #333;
--male: #0af;
--female: #f0a;
--crease: #eaeaea;
--shadow: rgba(0, 0, 0, .5);
--shadow-extreme: rgba(0, 0, 0, .9);
@@ -97,6 +100,7 @@ $female: #f0a;
--background: #222;
--background-dim: #181818;
--background-soft: #111;
--profile: #222;
--tile: #2a2a2a;
@@ -104,8 +108,7 @@ $female: #f0a;
--link: #dd6688;
--empty: #333;
--male: #0af;
--female: #f0a;
--crease: #222;
--shadow: rgba(255, 255, 255, .5);
--shadow-extreme: rgba(255, 255, 255, .9);