mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-03 18:25:02 +08:00
Merge branch 'master' into newads
This commit is contained in:
commit
373df2af16
3 changed files with 32 additions and 1 deletions
|
@ -38651,6 +38651,18 @@
|
|||
"source": "Conduction Heat Transfer",
|
||||
"id": 6768,
|
||||
"length": 250
|
||||
},
|
||||
{
|
||||
"text": "The secret of happiness, you see, is not found in seeking more, but in developing the capacity to enjoy less.",
|
||||
"source": "Unknown",
|
||||
"id": 6769,
|
||||
"length": 109
|
||||
},
|
||||
{
|
||||
"text": "My wife and I had lived in our house for over a dozen years at that point. Holly's family had lived in theirs even longer. We were both active families, involved in the community, with work, and with our churches. Yet, the thick woods covering the lots we each occupied along a cul-de-sac was enough of a barrier to our getting to know each other that we didn't even realize our neighbors across the street had a little girl the same age as ours. That is, until they met at the kindergarten in the elementary school six miles away.",
|
||||
"source": "Strong Towns - A Bottom-Up Revolution to Rebuild American Prosperity",
|
||||
"id": 6770,
|
||||
"length": 531
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -1146,5 +1146,12 @@
|
|||
"mainColor": "#13005A",
|
||||
"subColor": "#1c82adc4",
|
||||
"textColor": "#125d98"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "breeze",
|
||||
"bgColor": "#e8d5c4",
|
||||
"mainColor": "#7d67a9",
|
||||
"subColor": "#3a98b9",
|
||||
"textColor": "#1b4c5e"
|
||||
}
|
||||
]
|
||||
|
|
12
frontend/static/themes/breeze.css
Normal file
12
frontend/static/themes/breeze.css
Normal file
|
@ -0,0 +1,12 @@
|
|||
:root {
|
||||
--bg-color: #e8d5c4;
|
||||
--main-color: #7d67a9;
|
||||
--caret-color: #7d67a9;
|
||||
--sub-color: #3a98b9;
|
||||
--sub-alt-color: #f6e6da;
|
||||
--text-color: #1b4c5e;
|
||||
--error-color: #7d67a9;
|
||||
--error-extra-color: #9f3e6d;
|
||||
--colorful-error-color: #f9f871;
|
||||
--colorful-error-extra-color: #67dfa1;
|
||||
}
|
Loading…
Reference in a new issue