Template:JakeTesting.css: Difference between revisions
No edit summary |
m Protected "Template:JakeTesting.css": WIP ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) |
||
(8 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
border: 1px solid #eaecf0; | border: 1px solid #eaecf0; | ||
border-radius: 8px; | border-radius: 8px; | ||
background: # | background: #f5f5f5; | ||
box-shadow: 0 2px 6px rgba(0,0,0,.03); | box-shadow: 0 2px 6px rgba(0,0,0,.03); | ||
font-family: "Inter", "Segoe UI", Roboto, Helvetica, Arial, sans-serif; | font-family: "Inter", "Segoe UI", Roboto, Helvetica, Arial, sans-serif; | ||
Line 33: | Line 33: | ||
line-height: 1.6; | line-height: 1.6; | ||
margin: 0 0 .75rem; | margin: 0 0 .75rem; | ||
color: # | color: #000; | ||
} | } | ||
.crw-count-wp { | .crw-count-wp { | ||
font-size: 1rem; | font-size: 1rem; | ||
color: # | color: #000; | ||
margin: 0 0 1.25rem; | margin: 0 0 1.25rem; | ||
} | } | ||
Line 164: | Line 164: | ||
max-width: 920px; | max-width: 920px; | ||
box-sizing: border-box; | box-sizing: border-box; | ||
} | |||
.crw-title-wp a { | |||
color: #000 !important; | |||
text-decoration: none !important; | |||
} | |||
.crw-title-wp a:hover { | |||
color: #4B1D78; | |||
text-decoration: underline; | |||
} | } |