update
This commit is contained in:
parent
4821da1715
commit
9c7749fd5a
2 changed files with 6 additions and 6 deletions
6
flake.lock
generated
6
flake.lock
generated
|
@ -385,11 +385,11 @@
|
||||||
},
|
},
|
||||||
"nur": {
|
"nur": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1704703461,
|
"lastModified": 1704739524,
|
||||||
"narHash": "sha256-wrALL/W2fmV+ct+LWb+ThFCwap+48jyTXNBA2Qozqpw=",
|
"narHash": "sha256-whERd4zTTAmiVaDU9sX+Tdsj3z3AI14K9pcHym9Aprc=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "nur",
|
"repo": "nur",
|
||||||
"rev": "6559903e1813f675e5f72ca092d6f3afa727e1fc",
|
"rev": "066bff759bdfd8e8ce30720a493fd1fe7417e0e4",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -8,9 +8,9 @@
|
||||||
* @updateUrl https://github.com/rose-pine/discord/blob/rose-pine.theme.css
|
* @updateUrl https://github.com/rose-pine/discord/blob/rose-pine.theme.css
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400;500;600;700&display=swap');
|
@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans:wght@300;400;500;600;700&display=swap');
|
||||||
:root {
|
:root {
|
||||||
--Chat-Font-Used: 'Fira Code', normal ;
|
--Chat-Font-Used: 'Alegreya Sans', normal ;
|
||||||
--Chat-Font-Size: 14px;
|
--Chat-Font-Size: 14px;
|
||||||
}
|
}
|
||||||
:not([class="hljs"]):not(code){
|
:not([class="hljs"]):not(code){
|
||||||
|
@ -64,7 +64,7 @@ font-family: var(--Chat-Font-Used)!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
--font-display: Fira Code;
|
--font-display: Alegreya Sans;
|
||||||
}
|
}
|
||||||
|
|
||||||
.body-2wLx-E, .headerTop-3GPUSF, .bodyInnerWrapper-2bQs1k, .footer-3naVBw {
|
.body-2wLx-E, .headerTop-3GPUSF, .bodyInnerWrapper-2bQs1k, .footer-3naVBw {
|
||||||
|
|
Loading…
Add table
Reference in a new issue