dpogue commented on code in PR #1378:
URL: https://github.com/apache/cordova-docs/pull/1378#discussion_r1831099767


##########
www/static/css-src/_home.scss:
##########
@@ -272,7 +272,7 @@ img#logo_top {
 }
 
 .supported_platforms {
-    background-color: darken(white, 85%);

Review Comment:
   Since this is happening on a static colour `white` we should just figure out 
what the hex value is and use it directly or store it directly in a variable 
instead of needing a colour function here.



##########
www/static/css-src/_home.scss:
##########
@@ -293,7 +293,7 @@ img#logo_top {
     .card {
             padding:8px;
             .card_inner {
-                background-color: darken(white, 85%);

Review Comment:
   Here too, since this is happening on a static colour `white` we should just 
figure out what the hex value is and use it directly or store it directly in a 
variable instead of needing a colour function here.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to