chore: authors
This commit is contained in:
parent
f957b425ca
commit
1cf22fac47
2 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
export default {
|
||||
"https://www.anildash.com": "Anil Dash",
|
||||
"https://knowler.dev": "Nathan Knowler",
|
||||
"https://www.vox.com": "Vox",
|
||||
"https://rachsmith.com": "Rach Smith",
|
||||
|
@ -86,7 +87,7 @@ export default {
|
|||
"https://pdx.su": "Jeff Sandberg",
|
||||
"https://chrismcleod.dev": "Chris McLeod",
|
||||
"https://flamedfury.com": "fLaMEd",
|
||||
"https://www.rollingstone.com": "Anil Dash",
|
||||
"https://www.rollingstone.com": "Rolling Stone",
|
||||
"https://multiline.co": "Multiline Comment",
|
||||
"https://thebaffler.com": "The Baffler",
|
||||
"https://www.mayank.co": "Mayank",
|
||||
|
|
|
@ -61,6 +61,8 @@
|
|||
--moon: #6a5acd;
|
||||
--sun: #ffa500;
|
||||
--favorite: #ff69b4;
|
||||
--warning: #ff8c00;
|
||||
--error: #d92525;
|
||||
|
||||
/* fonts */
|
||||
--font-mono: MonoLisa, Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, ui-monospace, monospace;
|
||||
|
|
Reference in a new issue