Change color to green in .tsv-text-truncate class

This commit is contained in:
dertyp7
2024-01-18 21:38:47 +01:00
parent 3dbc269e3d
commit e24ed7c844
2 changed files with 12 additions and 1 deletions

11
README.md Normal file
View File

@@ -0,0 +1,11 @@
# Better TeamSpeak Theme
## Development
1. Install [Node.js](https://nodejs.org/en/)
2. Clone this repo in your TeamSpeak extensions folder
3. Rename the folder to `de.dertyp.betterteamspeaktheme`
4. Go into the folder and run `sh run_dev.sh`
5. Open TeamSpeak and enable the theme in the settings
When you make changes to the theme, just reload the theme in the TeamSpeak Developer tools.

View File

@@ -1,3 +1,3 @@
.tsv-text-truncate{ .tsv-text-truncate{
color :red !important; color :green !important;
} }