(5 intermediate revisions by the same user not shown) | |||
Line 1,057: | Line 1,057: | ||
.read_more { | .read_more { | ||
− | background-color: # | + | background-color:#00A19B; |
− | border: 1px solid # | + | border: 1px solid #00A19B; |
border-radius:5px; | border-radius:5px; | ||
− | color: # | + | color: #ffffff; |
font-weight: bold; | font-weight: bold; | ||
padding: 0px 12px; | padding: 0px 12px; | ||
Line 1,067: | Line 1,067: | ||
.read_more:hover { | .read_more:hover { | ||
− | background-color:# | + | background-color:#0a5157; |
− | border: 1px solid # | + | border: 1px solid #0a5157; |
color: #ffffff; | color: #ffffff; | ||
cursor:pointer; | cursor:pointer; | ||
Line 1,075: | Line 1,075: | ||
.read_more::before{ | .read_more::before{ | ||
− | content: "Read more | + | content: "Read more"; |
+ | white-space:nowrap; | ||
} | } | ||
Latest revision as of 18:02, 20 November 2019