1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-31 20:11:59 +02:00
This commit is contained in:
Pomax
2018-12-29 15:28:00 -08:00
parent 71f996f66e
commit 0c9b307585
15 changed files with 34 additions and 13 deletions

8
stylesheets/header.less Normal file
View File

@@ -0,0 +1,8 @@
.support {
font-family: Verdana;
font-size: 0.8em;
.support-link {
color: #e75b24;
}
}

View File

@@ -63,6 +63,13 @@ footer {
width: 13vw;
height: 11vw;
}
.support {
font-family: Verdana;
font-size: 0.8em;
}
.support .support-link {
color: #e75b24;
}
.locale-switcher {
text-align: center;
margin-bottom: 2em;

File diff suppressed because one or more lines are too long

View File

@@ -53,6 +53,7 @@ footer {
}
@import "ribbon.less";
@import "header.less";
@import "locale-switcher.less";
@import "navigation.less";
@import "changelog.less";