mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
Update preload.js
This commit is contained in:
parent
5f50d38e13
commit
41140828ff
1 changed files with 3 additions and 3 deletions
|
@ -37,7 +37,7 @@ div.menubar[role="menubar"] {
|
||||||
content: "Cord";
|
content: "Cord";
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-size: 12px;
|
font-size: 14px;
|
||||||
font-family: Discordinated;
|
font-family: Discordinated;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -45,14 +45,14 @@ div.menubar[role="menubar"] {
|
||||||
content: "ARM";
|
content: "ARM";
|
||||||
color: #7289da;
|
color: #7289da;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-size: 12px;
|
font-size: 14px;
|
||||||
font-family: Helvetica, sans-serif;
|
font-family: Helvetica, sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
.window-title {
|
.window-title {
|
||||||
font-size: 0px !important;
|
font-size: 0px !important;
|
||||||
margin-left: initial !important;
|
margin-left: initial !important;
|
||||||
transform: translate(10px, 3px) !important;
|
transform: translate(10px, 2px) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.titlebar {
|
.titlebar {
|
||||||
|
|
Loading…
Reference in a new issue