git ssb

0+

Grey the earthling / gkn.me.uk



Commit 420cd3791c265088d0f441c4ac1b41968d335e0b

Capitalise currentColor to match the spec

In case some browser cares
Greg K Nicholson committed on 2/14/2018, 2:51:20 PM
Parent: 7582b8416f6ac380e0add4a8a3be5460f85e3b5d

Files changed

themes/ran/static/style/ran.csschanged
themes/ran/static/style/ran.cssView
@@ -233,9 +233,9 @@
233233
234234 summary:focus,
235235 summary:hover {
236236 outline: 0;
237- box-shadow: var(--box-shadow-style) currentcolor;
237 + box-shadow: var(--box-shadow-style) currentColor;
238238 }
239239
240240 summary::before {
241241 content: "⋮";
@@ -403,9 +403,9 @@
403403 :visited:focus,
404404 :visited:hover {
405405 opacity: 1;
406406 filter: none;
407- box-shadow: var(--box-shadow-style) currentcolor;
407 + box-shadow: var(--box-shadow-style) currentColor;
408408 outline: 0;
409409 }
410410
411411 address {

Built with git-ssb-web