mirror of
https://github.com/jorgev259/soc_site-astro.git
synced 2025-06-29 07:57:41 +00:00
Implement album page
This commit is contained in:
parent
fc39c085f0
commit
34c7143279
34 changed files with 563 additions and 142 deletions
|
|
@ -9,10 +9,14 @@ export default {
|
|||
colors: {
|
||||
dark: '#212529',
|
||||
'dark-hover': '#2b3035',
|
||||
gold: '#ffdb37',
|
||||
'btn-gray': 'rgb(108, 117, 125)',
|
||||
'btn-disabled': 'rgba(108, 117, 125, .65)',
|
||||
gray: '#3f3f3f',
|
||||
'gray-hover': '#4f4f4f',
|
||||
'soc-green': '#4b7667',
|
||||
'soc-green-dark': 'rgba(17, 17, 17, 0.7)',
|
||||
link: 'rgb(110, 168, 254)',
|
||||
'hover-link': '#00d4ff'
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue