1
0
mirror of https://gitlab.com/2-chainz/2-chainz-rest-site.git synced 2025-06-16 07:06:51 +00:00

added a nice transition to animations

This commit is contained in:
Anson 2020-04-23 03:25:28 -07:00
parent 86a62cd8b4
commit ff530c6b92

View File

@ -30,6 +30,9 @@
content="https://api.chainz.rest/static/apple-icon.png" content="https://api.chainz.rest/static/apple-icon.png"
/> />
<style> <style>
* {
transition: all 0.2s ease-out; /* Thanks https://news.ycombinator.com/item?id=19594993 */
}
body { body {
background-color: #d9c06e; background-color: #d9c06e;
color: #03252a; color: #03252a;