Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Pressing the Open Map Config button will allow you to set overrides for enabling

## Styling
- Create a file at `lua/mapvote/client/plugins/mystyle.lua`
- You can update colors and other style configuration by merging new values into the existing style table
- You can update colors and other style configuration by merging new values into the [existing style table](https://github.com/CFC-Servers/map_vote/blob/main/lua/mapvote/client/modules/style_config.lua)
Example:
```lua
table.Merge(MapVote.style, {
Expand Down
Loading