/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
examples/image-component/app.css
19 строк
316 B
Steven
Update Image docs with links to examples (#18770)
04 ноя 2020, 20:24
Не верифицирован
04 ноя 2020, 20:24
35f8f52
Код
Авторство
О чём код?
body { font-family: -apple-system, BlinkMacSystemFont, sans-serif; margin: 0; padding: 0; background: black; color: white; } a { cursor: pointer; color: #0076ff; text-decoration: none; transition: all 0.2s ease; border-bottom: 1px solid black; } a:hover { border-bottom: 1px solid #0076ff; }