Fix Chat texarea and change font on Nav
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user