mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-16 01:32:02 +10:00
- complete onyx design template
- implement public sharable urls - implement more actions
This commit is contained in:
@ -6,6 +6,10 @@ body {
|
||||
@apply transition-colors duration-200 ease-in-out;
|
||||
}
|
||||
|
||||
a {
|
||||
@apply font-semibold;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
@apply underline;
|
||||
}
|
||||
@ -27,7 +31,7 @@ label {
|
||||
}
|
||||
|
||||
label > span:first-child {
|
||||
@apply mb-1 text-primary-500 font-semibold tracking-wide text-xs uppercase;
|
||||
@apply mb-1 text-primary-600 font-semibold tracking-wide text-xs uppercase;
|
||||
}
|
||||
|
||||
.MuiTooltip-tooltip {
|
||||
@ -47,3 +51,7 @@ label > span:first-child {
|
||||
transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
|
||||
.markdown {
|
||||
@apply leading-relaxed whitespace-pre-wrap;
|
||||
}
|
||||
Reference in New Issue
Block a user