mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2025-04-08 06:50:11 +00:00
Fix opacity of hover blue being wrong in guest.css
This commit is contained in:
parent
3481d23096
commit
6ca2442e9a
2 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@
|
|||
--color-alternate-gray: rgba(189, 195, 199, 1);
|
||||
|
||||
/* An approximation of the blue hover colour seen in breeze dark */
|
||||
--color-hover-blue: rgba(61, 174, 233, 0.4);
|
||||
--color-hover-blue: rgba(61, 174, 233, 0.3);
|
||||
/* An approximation of the grey border colour seen in breeze dark */
|
||||
--color-border-grey: rgba(103, 107, 110, 1);
|
||||
/*Grey translucent colour for dashboard */
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
--color-alternate-gray: rgba(189, 195, 199, 1);
|
||||
|
||||
/* An approximation of the blue hover colour seen in breeze dark */
|
||||
--color-hover-blue: rgba(61, 174, 233, 0.4);
|
||||
--color-hover-blue: rgba(61, 174, 233, 0.3);
|
||||
/* An approximation of the grey border colour seen in breeze dark */
|
||||
--color-border-grey: rgba(103, 107, 110, 1);
|
||||
/*Grey translucent colour for dashboard */
|
||||
|
|
Loading…
Add table
Reference in a new issue