Fix Chat texarea and change font on Nav

This commit is contained in:
Mandar
2021-03-13 02:56:18 +01:00
parent d043949b0f
commit 676898117a
5 changed files with 13 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@@ -18,10 +18,10 @@
src: url("../fonts/PatrickHand.ttf") format("truetype");
}
// Font ManoNegra
// Font Caballar
@font-face {
font-family: "ManoNegra";
src: url("../fonts/ManoNegra.ttf") format("truetype");
font-family: "Caballar";
src: url("../fonts/Caballar.ttf") format("truetype");
}
// Font ArchitectsDaughter
@@ -32,7 +32,7 @@
$font-primary: "PatrickHand", sans-serif;
$font-secondary: "BrushtipTexe", sans-serif;
$font-tertiary: "BrushtipTexe", sans-serif;
$font-tertiary: "Caballar", sans-serif;
$font-quaternary: "ArchitectsDaughter", sans-serif;
$font-logoType: "LogotypeL5r", sans-serif;

View File

@@ -4,7 +4,8 @@ nav {
height: 3rem;
line-height: 3rem;
font-family: $font-tertiary;
font-size: 1.25rem;
letter-spacing: -0.05rem;
font-size: 1rem;
border: 0 none;
border-bottom: 1px solid $l5r5e-title;
margin-bottom: 0;

View File

@@ -199,6 +199,9 @@ button {
}
// Chat
#chat-form textarea {
color: $black;
}
#chat-form textarea,
.chat-message,
.blind,
@@ -206,6 +209,9 @@ button {
#chat-controls .roll-type-select,
.header-search input {
background: transparent url("../assets/ui/chat-texture.webp") no-repeat;
&:focus {
background: #f0f0e0 url("../assets/ui/chat-texture.webp") no-repeat;
}
}
.header-search input[name="search"] {
background-color: $l5r5e-chat-color;