Skip to content

Commit 8ab3870

Browse files
authored
Merge pull request #185 from haskell-jp/text-highlight-color
テキストホバー時の色をサクラムダの濃いピングにする
2 parents bb4c0e9 + b2c7dd3 commit 8ab3870

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

preprocessed-site/css/clean-blog.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ a {
3131
}
3232
a:hover,
3333
a:focus {
34-
color: #0085a1;
34+
color: #d66c79;
3535
}
3636
a img:hover,
3737
a img:focus {
@@ -231,7 +231,7 @@ hr.small {
231231
.post-preview > a:hover,
232232
.post-preview > a:focus {
233233
text-decoration: none;
234-
color: #0085a1;
234+
color: #d66c79;
235235
}
236236
.post-preview > a > .post-title {
237237
font-size: 30px;
@@ -255,7 +255,7 @@ hr.small {
255255
}
256256
.post-preview > .post-meta > a:hover,
257257
.post-preview > .post-meta > a:focus {
258-
color: #0085a1;
258+
color: #d66c79;
259259
text-decoration: underline;
260260
}
261261
@media only screen and (min-width: 768px) {
@@ -395,7 +395,7 @@ form .row:first-child .floating-label-form-group {
395395
::selection {
396396
color: white;
397397
text-shadow: none;
398-
background: #0085a1;
398+
background: #d66c79;
399399
}
400400
img::selection {
401401
color: white;

0 commit comments

Comments
 (0)