編集の要約なし |
編集の要約なし |
||
1行目: | 1行目: | ||
.button-link a { | .button-link a { | ||
display: inline-block; | display: inline-block; | ||
padding: 0. | padding: 0.4em 1.2em; | ||
background-color: #3b82f6; | |||
color: #fff !important; | |||
border-radius: 0.5em; | border-radius: 0.5em; | ||
font-weight: bold; | |||
text-decoration: none; | text-decoration: none; | ||
transition: background-color 0.2s; | |||
transition: 0.2s; | |||
} | } | ||
.button-link a:hover { | |||
.button-link | |||
background-color: #2563eb; | background-color: #2563eb; | ||
} | } |
2025年3月28日 (金) 18:12時点における版
.button-link a { display: inline-block; padding: 0.4em 1.2em; background-color: #3b82f6; color: #fff !important; border-radius: 0.5em; font-weight: bold; text-decoration: none; transition: background-color 0.2s; } .button-link a:hover { background-color: #2563eb; }