Font and size changes.
This commit is contained in:
parent
37fd99e726
commit
979105637c
21
package.json
21
package.json
@ -1,30 +1,29 @@
|
||||
{
|
||||
"name": "thelounge-theme-nord",
|
||||
"description": "Nord theme for thelounge",
|
||||
"version": "1.0.4",
|
||||
"name": "thelounge-theme",
|
||||
"description": "Personal theme for thelounge",
|
||||
"version": "1.0.0",
|
||||
"keywords": [
|
||||
"thelounge",
|
||||
"thelounge-theme",
|
||||
"nord"
|
||||
"thelounge-theme"
|
||||
],
|
||||
"homepage": "https://github.com/SeraphimRP/thelounge-theme-nord",
|
||||
"homepage": "https://github.com/SeraphimRP/thelounge-theme",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/SeraphimRP/thelounge-theme-nord.git"
|
||||
"url": "git+https://github.com/SeraphimRP/thelounge-theme.git"
|
||||
},
|
||||
"license": "MIT",
|
||||
"main": "package.json",
|
||||
"thelounge": {
|
||||
"name": "Nord",
|
||||
"name": "SeraphimRP",
|
||||
"type": "theme",
|
||||
"css": "nord.css"
|
||||
"css": "theme.css"
|
||||
},
|
||||
"devDependencies": {
|
||||
"stylelint": "^10.1.0",
|
||||
"stylelint-config-standard": "^18.3.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "stylelint nord.css",
|
||||
"format": "stylelint --fix nord.css"
|
||||
"test": "stylelint theme.css",
|
||||
"format": "stylelint --fix theme.css"
|
||||
}
|
||||
}
|
||||
|
@ -1,9 +1,9 @@
|
||||
/*!
|
||||
* Nord theme for TheLounge by SeraphimRP
|
||||
* Personal theme for TheLounge by SeraphimRP
|
||||
*
|
||||
* Based on Dracula by SpaceLenore, based on Solarized css file
|
||||
* Based on Nord by SeraphimRP, based on Dracula by SpaceLenore, based on Solarized css file
|
||||
* License: MIT
|
||||
* Repo: https://github.com/SeraphimRP/thelounge-theme-nord/
|
||||
* Repo: https://github.com/SeraphimRP/thelounge-theme/
|
||||
*/
|
||||
|
||||
/* Samsung Internet and Microsoft Edge (yes, both of them use -webkit- prefix) */
|
||||
@ -11,6 +11,34 @@
|
||||
color: var(--body-color-muted);
|
||||
}
|
||||
|
||||
body {
|
||||
font: 16px JetBrains Mono,-apple-system,system-ui,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,BlinkMacSystemFont,Helvetica Neue,Arial;
|
||||
}
|
||||
|
||||
#form,
|
||||
.messages .msg,
|
||||
.userlist,
|
||||
#sidebar .empty,
|
||||
.channel-list-item,
|
||||
.channel-list-item[data-type="lobby"],
|
||||
.input,
|
||||
#context-menu,
|
||||
.mentions-popup,
|
||||
.textcomplete-menu,
|
||||
.header .title,
|
||||
.header .topic {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.input {
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
}
|
||||
|
||||
.jump-to-input::before {
|
||||
line-height: 30px !important;
|
||||
}
|
||||
|
||||
:root {
|
||||
--body-bg-color: #2e3440;
|
||||
--window-bg-color: #2e3440;
|
Loading…
Reference in New Issue
Block a user