Skip to content

Commit ab0dad3

Browse files
author
steven
committed
1. changed the url color.
1 parent d0d8118 commit ab0dad3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ailice/ui/templates/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555

5656
--selection-bg: #e0e0e0;
5757
--selection-color: #333;
58+
--link-color: #2563eb;
5859
}
5960
[data-theme="dark"] {
6061
--bg-primary: #1a1b26;
@@ -104,6 +105,7 @@
104105
--spinner-active-border: #7aa2f7;
105106

106107
--selection-bg: #515c7e;
108+
--link-color: #ff9e64;
107109
}
108110
.menubar {
109111
position: fixed;
@@ -555,6 +557,10 @@
555557
text-align: center;
556558
color: #666;
557559
}
560+
a {
561+
color: var(--link-color);
562+
text-decoration: underline;
563+
}
558564
</style>
559565

560566
<!-- Load MathJax -->

0 commit comments

Comments
 (0)