GitBucket
Toggle navigation
Snippets
Sign in
Files
Branches
1
Releases
Issues
2
Pull requests
Labels
Priorities
Milestones
Wiki
Commit Graphs
Kanban
Build
Network
Mirrors
Gantt Chart
Fork
: 0
opidor
/
dmpopidor
Transfer to URL with SHA
Find file
Newer
Older
tree:
856a531cf2
Branches
Tags
×
dev
dmpopidor
/
app
/
assets
/
stylesheets
/
blocks
/ _tinymce_content.scss
John Pinto
on 31 Jul 2019
96 bytes
Fix for making links have a higher color contrast to other text in blocks. (#2192)
Raw
Blame
History
@import "../variables/tinymce"; .mce-content-body { a { color: $color-link-text; } }