fix css load order, mode-tools colors

This commit is contained in:
Stewart Allen 2026-02-23 20:30:26 -05:00
commit eebfd7223d
2 changed files with 5 additions and 5 deletions

View file

@ -29,9 +29,9 @@
<link rel="icon" href="/icon/kirimoto.png">
<link rel="apple-touch-icon" href="/icon/kirimoto.png">
<link rel="stylesheet" type="text/css" href="/moto/palette.css">
<link rel="stylesheet" type="text/css" href="index.css">
<link rel="stylesheet" type="text/css" href="/moto/theme.css">
<link rel="stylesheet" type="text/css" href="/moto/menubar.css">
<link rel="stylesheet" type="text/css" href="index.css">
<link href="manifest.json" rel="manifest">
<link href="/font/css/all.min.css" rel="stylesheet">
<!-- <script type="module" src="/lib/kiri/run/worker.js"></script> -->

View file

@ -8,8 +8,8 @@
--menubar-vsep: rgba(0,0,0,0.2);
--menubar-back: rgba(255,255,255,1);
--menubar-fore: rgba(20,20,20,1.0);
--menu-hover-bg: rgba(0,0,0,0.1);
--menu-active-bg: rgba(90,159,212,0.22);
--menu-hover-bg: rgba(0,0,0,0.15);
--menu-active-bg: rgba(90,159,212,0.4);
--border-gray: rgba(128,128,128,0.5);
--ui-text: #222;
--ui-text-muted: #888;
@ -42,8 +42,8 @@
--menubar-vsep: rgba(255,255,255,0.2);
--menubar-back: rgba(35,35,35,1);
--menubar-fore: rgba(250,250,250,1.0);
--menu-hover-bg: rgba(0,0,0,0.4);
--menu-active-bg: rgba(90,159,212,0.32);
--menu-hover-bg: rgba(0,0,0,0.5);
--menu-active-bg: rgba(90,159,212,0.5);
--border-gray: rgba(128,128,128,0.5);
--ui-text: #fff;
--ui-text-muted: #888;