Skip to content

Commit

Permalink
enh: update color replacement
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Oct 2, 2023
1 parent 6297e9b commit 943dea6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
python -m pip install flake8
- name: Lint with flake8
run: |
flake8 .
flake8 --exclude _version.py .
- name: Cache vagrant images
uses: actions/cache@v2
uses: actions/cache@v3
env:
cache-name: vagrant-image
with:
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
0.7.5
- enh: update color replacement
0.7.4
- maintenance release
0.7.3
Expand Down
3 changes: 3 additions & 0 deletions ckanext/dcor_theme/css/make_dcor_main_css.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
"#30778d": "#3366ac", # a.tag hover
"#235767": "#264c82", # a.tag hover border
"#3d97b3": "#315484", # a.tag hover shadow
"#1b5b6f": "#1B2E6F", # a hover
"#1a5668": "#1A3168", # a hover border
"#185062": "#181A62", # a active
}


Expand Down

0 comments on commit 943dea6

Please sign in to comment.