1
0
Fork 0
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:
Magnus Walbeck 2021-12-04 16:42:24 +01:00
parent 3481d23096
commit 6ca2442e9a
Signed by: mwalbeck
GPG key ID: CCB78CFF3F950769
2 changed files with 2 additions and 2 deletions

View file

@ -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 */

View file

@ -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 */