Skip to content

トップページでテキストを選択したときの色 #21

Closed
@igrep

Description

@igrep

haskell-jp/blog#177 の修正を確認しているときに気づいたんですが、 https://haskell.jp のトップには

a:focus {
  color: #d66c79;
}

::selection {
  color: white;
  text-shadow: none;
  background: #d66c79;
}

があたってない!

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions