惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Y
Y Combinator Blog
IT之家
IT之家
博客园_首页
人人都是产品经理
人人都是产品经理
博客园 - Franky
I
InfoQ
Recent Announcements
Recent Announcements
P
Proofpoint News Feed
H
Hackread – Cybersecurity News, Data Breaches, AI and More
GbyAI
GbyAI
大猫的无限游戏
大猫的无限游戏
aimingoo的专栏
aimingoo的专栏
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
月光博客
月光博客
Microsoft Security Blog
Microsoft Security Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
B
Blog RSS Feed
MongoDB | Blog
MongoDB | Blog
雷峰网
雷峰网
博客园 - 聂微东
N
Netflix TechBlog - Medium
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
The GitHub Blog
The GitHub Blog
D
Docker

Mr. Will

Teaching AI When to Stay Silent 不会翻译的话,其实可以不翻译的 Announcing The Vernal Fortnightly 2025 年终总结 Tailwind as a Headwind My Home Page, Reimagined Kickstarting a New Mac Refining My Domain Email 2024:浏览器从 A 到 Z 数模转换:微喷打印影像输出! “严谨”的混乱——数学 2023 年度总结 这不过是个开场 Hello, Tags, Categories, LaTeX and Rainbow! Encrypt it on Your Own! About Comments GitHub's Own Dark Mode! From Now on, I Can't Respond on Weekdays Apple Newsroom's UI is Updated
Theme Cupertino is Updated
Mr. Will · 2020-09-13 · via Mr. Will

A screen shot of theme Cupertino

Apple updated their Newsroom’s UI 2 weeks ago. I’ve updated the UI of theme Cupertino recently.

This new UI is still based on Apple Newsroom’s design. It’s post list cards have rounded corners and hover animation just like this:

A screen shot of theme Cupertino

Theme Cupertino is Updated

This new design is also available in archives page. You can even create one, right in your post in Markdown:

1
2
3
4
5
6
7
8
9
10
<div class="container">
<div class="card">
<div class="cover-img">
<img src="/img/000015.png" alt="A screen shot of theme Cupertino">
</div>
<div class="content">
<p class="title">Theme Cupertino is Updated</p>
</div>
</div>
</div>

Unlike Apple Newsroom, theme Cupertino also supports dark mode which is not supported by Apple.