Skip to content

Instantly share code, notes, and snippets.

@starzonmyarmz
Created November 5, 2010 12:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save starzonmyarmz/664072 to your computer and use it in GitHub Desktop.
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.
/*
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