Miscellaneous front changes (#93)

* Fix fork icon

* Added alt images descriptions

* Add avatars next to gists links

* Fix avatar for nil user

* Slightly different blue primary color

* Reduced main width

* "New" button redirects to login when not logged in
This commit is contained in:
Thomas Miceli
2023-09-06 23:36:44 +02:00
committed by GitHub
parent 0d7305d9ba
commit 3e83700fc2
6 changed files with 58 additions and 36 deletions
+14 -1
View File
@@ -23,7 +23,20 @@ module.exports = {
900: "#131316"
},
rose: colors.rose,
primary: colors.sky,
primary: {
50: '#d6e1ff',
100: '#d1dfff',
200: '#b9d2fe',
300: '#84b1fb',
400: '#74a4f6',
500: '#588fee',
600: '#3c79e2',
700: '#356fc0',
800: '#2d6195',
900: '#2a5574',
950: '#173040',
},
slate: colors.slate
},
extend: {