This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/resources/css/app.css

40 lines
552 B
CSS
Raw Normal View History

2019-03-09 23:58:42 +00:00
@import '~highlightjs/styles/github-gist.css';
2019-03-09 22:48:31 +00:00
@tailwind base;
h1, h2, h3 {
@apply font-bold
}
h1 {
@apply text-4xl
}
h2 {
@apply text-2xl
}
img {
@apply max-w-full h-auto
}
2019-03-09 08:15:13 +00:00
a {
2019-03-21 07:50:29 +00:00
@apply text-blue-600 no-underline;
2019-03-09 08:15:13 +00:00
&:hover {
2019-03-09 22:48:31 +00:00
@apply underline
2019-03-09 08:15:13 +00:00
}
}
@tailwind components;
@import 'components/blockquote.css';
@import 'components/button.css';
@import 'components/markup.css';
@import 'components/note.css';
@import 'components/talks/video.css';
2019-04-19 00:09:56 +00:00
@import 'components/table.css';
2019-03-09 08:15:13 +00:00
@import 'components/widget.css';
@tailwind utilities;