We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0d8118 commit ab0dad3Copy full SHA for ab0dad3
ailice/ui/templates/index.html
@@ -55,6 +55,7 @@
55
56
--selection-bg: #e0e0e0;
57
--selection-color: #333;
58
+ --link-color: #2563eb;
59
}
60
[data-theme="dark"] {
61
--bg-primary: #1a1b26;
@@ -104,6 +105,7 @@
104
105
--spinner-active-border: #7aa2f7;
106
107
--selection-bg: #515c7e;
108
+ --link-color: #ff9e64;
109
110
.menubar {
111
position: fixed;
@@ -555,6 +557,10 @@
555
557
text-align: center;
556
558
color: #666;
559
560
+ a {
561
+ color: var(--link-color);
562
+ text-decoration: underline;
563
+ }
564
</style>
565
566
<!-- Load MathJax -->
0 commit comments