Files
StudyDiary/.obsidian/plugins/diary-ics/styles.css
T
2026-07-23 20:36:13 +08:00

27 lines
438 B
CSS
Executable File

/*
This CSS file will be included with your plugin, and
available in the app when your plugin is enabled.
If your plugin does not need CSS, delete this file.
*/
.diary-ics-template-example {
padding: 5px;
font-size: 0.8em;
color: #888;
margin-bottom: 20px;
}
.diary-ics-link-div {
padding: 10px;
background-color: #f5f5f5;
border-radius: 5px;
margin-bottom: 20px;
}
.diary-ics-copy-button {
margin-bottom: 20px;
}