tcmd: styled links
This commit is contained in:
@@ -4,13 +4,13 @@
|
||||
|
||||
@layer base {
|
||||
* {
|
||||
@apply text-white
|
||||
@apply text-white box-border
|
||||
}
|
||||
body {
|
||||
@apply dark:bg-mixed-100 bg-primary-600
|
||||
}
|
||||
input {
|
||||
@apply py-2 px-4 rounded-full dark:bg-mixed-200 dark:bg-mixed-600 placeholder:text-dark-500
|
||||
@apply py-2 px-4 rounded-full dark:bg-mixed-200 bg-mixed-600 placeholder:text-dark-500
|
||||
}
|
||||
h1,h2,h3,h4,h5,h6 {
|
||||
@apply font-bold
|
||||
@@ -32,10 +32,10 @@
|
||||
}
|
||||
|
||||
.btn-primary {
|
||||
@apply bg-primary-500 py-4 px-6 text-mixed-100 rounded-full font-bold text-lg
|
||||
@apply dark:bg-primary-500 bg-primary-100 py-4 px-6 dark:text-mixed-100 text-white rounded-full font-bold text-lg
|
||||
}
|
||||
.btn-secondary {
|
||||
@apply text-primary-500 py-4 px-6 font-bold text-lg
|
||||
@apply dark:text-primary-500 text-primary-100 py-4 px-6 font-bold text-lg
|
||||
}
|
||||
.p {
|
||||
@apply py-1
|
||||
|
Reference in New Issue
Block a user