This website works better with JavaScript.
Explore
Help
Register
Sign In
me
/
glitchier-soc
Watch
1
Star
0
Fork
You've already forked glitchier-soc
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
660475198b
th-downstream
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '660475198b'
${ noResults }
glitchier-soc
/
app
/
javascript
/
styles
/
mastodon-light.scss
4 lines
90 B
Raw
Normal View
History
Unescape
Escape
More polished light theme (#7620) * Revert "Remove pointer to light theme until it is more polished (#7594)" This reverts commit ab94772b5cc19c3e18d19ecc07a56280c9ed3933. * True up the hierarchical structure of mastodon-light theme * Fix mastodon-light theme
7 years ago
@import
'
mastodon-light/variables
'
;
Add a light theme (#7027) * Add a light theme to Mastodon This add a second default theme to Mastodon. This new theme is supposed to be a light version of the dark original one. * Update locales Update the English and French locales. * Change capitalization of hexadecimal triplets Change capitalization of hexadecimal color codes to match Code Climate's recomandation. * Add variable Add a new variable to use instead of hardcoding a color. Change made to match Code Climate's recomandation. * Use Mastodon branding palette Replace the colors previously used by the ones found in Mastodon branding palette. The resulting theme is lighter than the previous version. * Make the overlay background white Make the overly background used on on sensitive medias white instead of black * Change the color used on the envelop icon Change the color used on the envelop icon for a darker one. The same color is now used on both the envelop icon and the padlock icon. * Add contrast Add contrast to various places inside the main interface and the profile pages. * Change the text color used in the compose form Change the text color used in the compose form for a darker one. * Make the code easier to read Add some blank lines to make the code easier to parse for a human eye. * Change columns' background default colors Change columns' background default colors, making the composition column the darker one. * Change the color of the log in button Change the log in button's text color to make it more readable. * Fix the color of the boost buttons on the landing page The disabled boost buttons on the landing page are now of the same color that the other disabled buttons. * Change the colors used in the dropdown menu Make the dropdown menu light instead of dark.
7 years ago
@import
'
application
'
;
More polished light theme (#7620) * Revert "Remove pointer to light theme until it is more polished (#7594)" This reverts commit ab94772b5cc19c3e18d19ecc07a56280c9ed3933. * True up the hierarchical structure of mastodon-light theme * Fix mastodon-light theme
7 years ago
@import
'
mastodon-light/diff
'
;