mirror of
https://github.com/citizenfx/cfx-server-data.git
synced 2025-12-12 06:14:09 +01:00
Added styles support, fixed messages with no author, removed JQuery dep
This commit is contained in:
@@ -8,6 +8,14 @@
|
||||
.color-8{color: #cc0000;}
|
||||
.color-9{color: #cc0068;}
|
||||
|
||||
.style-b{font-weight: bold;}
|
||||
.style-u{text-decoration: underline;}
|
||||
.style-s{text-decoration: line-through;}
|
||||
.style-r {
|
||||
text-decoration: none;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
* {
|
||||
font-family: 'Lato', sans-serif;
|
||||
margin: 0;
|
||||
|
||||
Reference in New Issue
Block a user