# HG changeset patch # User Goffi # Date 1594883314 -7200 # Node ID a841837afe78a3c07cd34de1810da3ef386c364a # Parent 40fccd3b7cf0cfd9a5d5b4c98c5bd8d7d914c408 css (bulma): use a variable for grey light diff -r 40fccd3b7cf0 -r a841837afe78 sat_templates/templates/bulma/static/styles.css --- a/sat_templates/templates/bulma/static/styles.css Thu Jul 16 09:08:32 2020 +0200 +++ b/sat_templates/templates/bulma/static/styles.css Thu Jul 16 09:08:34 2020 +0200 @@ -2,6 +2,7 @@ --photo-height: 280px; --photo-height--poster: 500px; --col-primary: #82baff; + --grey-light: hsl(0, 0%, 71%); } .has-whitespace-pre-wrap { @@ -92,7 +93,7 @@ } .has-border-grey-light { - border-color: hsl(0, 0%, 71%); + border-color: var(--grey-light); } .has-justify-start { @@ -109,7 +110,7 @@ /*************** * misc states * - **************/ + ***************/ .state_deleted { opacity: 0; @@ -120,7 +121,7 @@ /*********** * dialogs * - **********/ + ***********/ .modal-content { transform: scaleY(0);