diff options
author | crupest <crupest@outlook.com> | 2021-06-15 22:28:43 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-06-15 22:28:43 +0800 |
commit | fba00c4e7c12a843f155b5a3ecc84209d27e900f (patch) | |
tree | 16188f9968cde8946cc6c5b91d6150f51583ff72 /FrontEnd/src/index.css | |
parent | 230793fbea7140ca8e5466dafeee4eb874ac6f14 (diff) | |
download | timeline-fba00c4e7c12a843f155b5a3ecc84209d27e900f.tar.gz timeline-fba00c4e7c12a843f155b5a3ecc84209d27e900f.tar.bz2 timeline-fba00c4e7c12a843f155b5a3ecc84209d27e900f.zip |
...
Diffstat (limited to 'FrontEnd/src/index.css')
-rw-r--r-- | FrontEnd/src/index.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/FrontEnd/src/index.css b/FrontEnd/src/index.css index bcced69a..f64bbdf4 100644 --- a/FrontEnd/src/index.css +++ b/FrontEnd/src/index.css @@ -47,6 +47,10 @@ small { font-size: 1.6rem;
}
+.icon-button.primary-enhance {
+ color: var(--tl-primary-enhance-color)
+}
+
.cursor-pointer {
cursor: pointer;
}
|