Created
November 5, 2010 12:36
-
-
Save starzonmyarmz/664072 to your computer and use it in GitHub Desktop.
Modification to Skype 5.0 Beta Mac Panamericana Theme to make messaging text a little easier to read and scale.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
1. Goto applications folder and right-click (Control + click) the Skype icon and select "Show Package Contents" | |
2. Go to Content > Resources > ChatStyles > Panamericana.SkypeChatStyle and right-click (Control + click) the Skype icon and select "Show Package Contents" | |
3. Go to Content > Resources > css > main.css and replace the body {} styles with the below styles. Save the file. | |
4. Restart Skype | |
*/ | |
body { | |
color: rgba(0, 0, 0, 1.0); | |
font-family: helvetica, arial, sans-serif; | |
font-size: 13px; | |
line-height: 1.5; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment