Update font.css

This commit is contained in:
月季花中的星辰 2021-12-30 01:08:23 +00:00 committed by GitHub
parent 11ba01a778
commit 7731e0b2a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,8 @@
-moz-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out; transition: 0.3s ease-in-out;
color: #38B7EA; /*change logo color here*/
color: #bcecff;
} }
.navbar-brand span.icon-archlinuxjp { .navbar-brand span.icon-archlinuxjp {
@ -14,7 +15,8 @@
.navbar-brand span.icon-archlinux { .navbar-brand span.icon-archlinux {
font-size: 40px; font-size: 40px;
color: #1793D1; /*change bright logo color here*/
color: #ffffff;
} }
.navbar-brand span.site-title { .navbar-brand span.site-title {
position: absolute; position: absolute;