Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: correct cyan color on verified links #555

Open
wants to merge 36 commits into
base: merveilles
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
7c6bc21
Updating site icons
SomniusTiger Dec 23, 2018
34b835c
Better apple icon
SomniusTiger Dec 23, 2018
7594292
Updates safari mask icon to be white
SomniusTiger Mar 17, 2019
dfa4416
Changes theme color of merveilles for android devices
SomniusTiger Apr 8, 2019
21d9d3f
Adds merveilles styles as custom theme
SomniusTiger Oct 26, 2019
bb15475
Removed unneeded height setting on sidebar
drisc Oct 29, 2019
ec481f5
Fixed sidebar-wrapper height setting
drisc Oct 29, 2019
db74641
Adds audio and video player styles from lectronice
SomniusTiger Nov 6, 2019
b9c8dc4
Audio wave progress color fix
lectronice Nov 6, 2019
c2961a0
Themed Announcement Box
drisc Feb 24, 2020
94c6a5c
Added typoed div from advanced view
drisc Feb 24, 2020
2eec6df
Themed new "unread" style in DM panel
drisc Feb 25, 2020
89c0106
Removes sticky header on homepage
SomniusTiger May 26, 2020
2a61d33
Uses proper image file for Maru, updates en.yml with merveilles theme
SomniusTiger May 26, 2020
91bbe56
Merge pull request #14 from merveilles/somnius/style-yml-adjustments
SomniusTiger May 26, 2020
ac56d1b
sass-lint fixes for merveilles styles
SomniusTiger Jun 21, 2020
3f27d2d
Replaces missing avatar image with a white dot on black background
SomniusTiger Jun 21, 2020
5c606b4
Large amount of styling edits for more consistency
SomniusTiger Jun 21, 2020
bfe97cd
Adds custom bookmark icon
SomniusTiger Jun 21, 2020
5a9c05a
Edits to Maru size and list adder
SomniusTiger Jun 21, 2020
8719fb4
Merge pull request #15 from merveilles/somnius/css-styling
SomniusTiger Jun 21, 2020
fb79467
Merge pull request #43 from merveilles/visibility-icon-color
SomniusTiger Jul 30, 2020
5b54ec3
Remove explicit status button width, fix hover states (#543)
setphen Jan 2, 2021
2bda1b5
fix unread notif border color (#545)
setphen Jan 3, 2021
f221f93
Mobile header styles & other tweaks (#546)
SomniusTiger Jan 3, 2021
aa699c4
Fixes mobile background of top tabs
SomniusTiger Jan 6, 2021
4433255
Removes duplicate Merveilles theme in themes.yml
SomniusTiger Apr 3, 2022
b163b3d
Whitespace change to see if that fixes things
SomniusTiger Apr 4, 2022
d7cafbb
Adds merveilles, Mastodon, & Hometown funding to GitHub sponsors
SomniusTiger Apr 4, 2022
e8cac9f
Colors minor buttons on column headers light (#548)
akkartik Apr 6, 2022
cea39d9
Theme updates for tidbits around the instance (#549)
drisc Jul 29, 2022
5d37239
Updates with Merveilles branding (#553)
SomniusTiger Feb 27, 2023
54383cd
Remaining logo updates (#554)
SomniusTiger Feb 27, 2023
400a244
One more icon update
SomniusTiger Feb 27, 2023
338b2f6
Adds CCBot to robots.txt
SomniusTiger Apr 25, 2023
3895aa7
fix: correct cyan color on verified links
mashaal Nov 21, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
patreon: mastodon
open_collective: mastodon
custom: https://sponsor.joinmastodon.org
# Linking to Merveilles funding, Mastodon funding, & dariusk from Hometown
patreon: merveillestown
open_collective: merveilles
ko_fi: merveillestown
liberapay: merveilles
github: [Gargron, dariusk]
custom: ['https://www.patreon.com/mastodon', 'https://opencollective.com/mastodon', 'https://www.patreon.com/tinysubversions', 'https://sponsor.joinmastodon.org']
6 changes: 3 additions & 3 deletions app/helpers/branding_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ def _logo_as_symbol_icon
end

def render_logo
image_pack_tag('logo.svg', alt: 'Mastodon', class: 'logo logo--icon')
image_pack_tag('merveilles-logo.svg', alt: 'Mastodon', class: 'logo logo--icon')
end

def render_symbol(version = :icon)
path = begin
case version
when :icon
'logo-symbol-icon.svg'
'merveilles-logo-symbol-icon.svg'
when :wordmark
'logo-symbol-wordmark.svg'
'merveilles-logo-symbol-wordmark.svg'
end
end

Expand Down
Binary file modified app/javascript/icons/android-chrome-144x144.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/javascript/icons/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/javascript/icons/android-chrome-256x256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/javascript/icons/android-chrome-36x36.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/javascript/icons/android-chrome-384x384.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/javascript/icons/android-chrome-48x48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/javascript/icons/android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/javascript/icons/android-chrome-72x72.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/javascript/icons/android-chrome-96x96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/javascript/icons/apple-touch-icon-1024x1024.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/javascript/icons/apple-touch-icon-114x114.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/javascript/icons/apple-touch-icon-120x120.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/javascript/icons/apple-touch-icon-144x144.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/javascript/icons/apple-touch-icon-152x152.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/javascript/icons/apple-touch-icon-167x167.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/javascript/icons/apple-touch-icon-180x180.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/javascript/icons/apple-touch-icon-57x57.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/javascript/icons/apple-touch-icon-60x60.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/javascript/icons/apple-touch-icon-72x72.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/javascript/icons/apple-touch-icon-76x76.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/javascript/icons/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/javascript/icons/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/javascript/icons/favicon-48x48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/javascript/images/mailer/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/javascript/images/mailer/wordmark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions app/javascript/images/merveilles-icon.svg
7 changes: 7 additions & 0 deletions app/javascript/images/merveilles-logo-symbol-icon.svg
22 changes: 22 additions & 0 deletions app/javascript/images/merveilles-logo-symbol-wordmark.svg
8 changes: 8 additions & 0 deletions app/javascript/images/merveilles-logo.svg
Loading