OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openproject/app/assets/stylesheets/open_project_global/_variables.md

20 lines
329 B

Color Variables
===============
## Global Color Variables
```
@colors
- $body-font-color - -
- $header-bg-color - $header-logo-bg-color -
```
## Button Color Variables
```
@colors
- $button-font-color - $button-font-hover-color -
- $button-highlight-font-color - $button-highlight-font-hover-color -
```